Java Result: 1073807364

My program works well in Eclipse.But in Netbeans IDE 5.51, the machine died. No compile error exceptJava Result: 1073807364
[144 byte] By [ardmorea] at [2007-11-27 9:59:04]
# 1
geeze when mine did that, the number that popped out was "42".
petes1234a at 2007-7-13 0:29:58 > top of Java-index,Java Essentials,Java Programming...
# 2
Urgent! Please help me.Sometimes:Breakpoint hit at line 181 in class Drawing$1 by thread AWT-EventQueue-0.Thread AWT-EventQueue-0 stopped at Drawing.java:181.Is the NetBeans problem?My code is runnable in Eclipse although poor design.
ardmorea at 2007-7-13 0:29:58 > top of Java-index,Java Essentials,Java Programming...
# 3
you would probably get more useful info if you showed your Drawing class and placed something like this: someStatementHere();//*********** error here **********at line 181.
petes1234a at 2007-7-13 0:29:58 > top of Java-index,Java Essentials,Java Programming...
# 4

It's very complex. I guess my design has some problems.

I am designing agui which contains a JSlide and a JComobox, also I will plot graph which has many polygons. I will select the polygons's size and color from the JSlide and JComobox. And the color in JComobox is calculated from polygons.

Do I need to generate 3 classes or so?

thanks.

ardmorea at 2007-7-13 0:29:58 > top of Java-index,Java Essentials,Java Programming...