I'm evaluating JET, but can't seem to get my compiled application to run. When I start it, I get the following messages, which end with a NullPointerException. Of course, there are no references to where the null pointer is.
Does anyone have suggestions on how to debug this?
JET-compiled Java program has started.
-------------------------------------
UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JMenu[,0,0,0x0,
invalid,alignmentX=null,alignmentY=null,border=,flags=0,maximumSize=,minimumSize
=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=null,pa
intBorder=false,paintFocus=false,pressedIcon=,rolloverEnabled=false,rolloverIcon
=,rolloverSelectedIcon=,selectedIcon=,text=File]
java.lang.Error
... continues many times ...
UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JButton[,0,0,0x
0,invalid,layout=javax.swing.OverlayLayout,alignmentX=null,alignmentY=null,borde
r=,flags=0,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,d
isabledSelectedIcon=,margin=null,paintBorder=true,paintFocus=true,pressedIcon=,r
olloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=,def
aultCapable=true]
java.lang.Error
Exception in thread "main" java.lang.NullPointerException