Hi,
I am using MyEclipse 8.6 for developing Swing GUI on Windows XP SP3.
I constructed a JFrame from with Matisse4MyEclipse.
In the generated code this line gives an error:
jPanel1.setBorder(javax.swing.BorderFactory.createTitledBorder(com.sun.java.swing.plaf.windows.XPStyle$XPImageBorder@b61a20, “Name”, javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, new java.awt.Font(“Tahoma”, 1, 12)));
Multiple markers at this line
– Syntax error on token “@”, ( expected
– com.sun.java.swing.plaf.windows cannot be resolved to a type
– Syntax error, insert “)” to complete Expression
– b61a20 cannot be resolved
What can be done?
Thanks
Balazs Toth