K
Kyle
I started a new project in NetBeans and ran into an infuriating
problem. When adding a component that uses the setText() method,
NetBeans puts in automatically generated code producing
org.openide.awt.Mnemonics.setLocalizedText(jLabel1, "jLabel1"); (This
auto code cannot be changed.) This gives compile errors:
C:\Documents and Settings\...\NewJFrame.java:34: package
org.openide.awt does not exist
org.openide.awt.Mnemonics.setLocalizedText(jLabel1, "jLabel1");
1 error
BUILD FAILED (total time: 0 seconds)
Tried removing and reinstalling NetBeans, searching on NetBeans
community, checked classpath settings, etc. I can open project other
projects and add components without org.openide being referenced.
What do I need to change to get rid of the reference to org.openide???
problem. When adding a component that uses the setText() method,
NetBeans puts in automatically generated code producing
org.openide.awt.Mnemonics.setLocalizedText(jLabel1, "jLabel1"); (This
auto code cannot be changed.) This gives compile errors:
C:\Documents and Settings\...\NewJFrame.java:34: package
org.openide.awt does not exist
org.openide.awt.Mnemonics.setLocalizedText(jLabel1, "jLabel1");
1 error
BUILD FAILED (total time: 0 seconds)
Tried removing and reinstalling NetBeans, searching on NetBeans
community, checked classpath settings, etc. I can open project other
projects and add components without org.openide being referenced.
What do I need to change to get rid of the reference to org.openide???