I get the following error in Eclipse:
DISPOSE_ON_CLOSE cannot be resolved something.java javadir/src/ line xxxx Java Problem
DISPOSE_ON_CLOSE is in javax.swing but even when I add import javax.swing.*; it doesn’t work.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Start with a fully qualified reference:
then when you have time, read this section on static import