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?
|
|
|
|
|
|
|
Start with a fully qualified reference:
then when you have time, read this section on static import |
||
|
|
|
|
|
||
|
|