I am working on a rather large apoplication and just spent a good 4
hours looking for a bug. I thought at first my properties storing gizmo
was broken and looked all throught that for the problem. FInally I
realized the problem was the size of the window. This class extends
JFrame and gets a desktop pane amoung other things thrown in it. If you
set the window size to greater then 640, it cought, sputters and dies. I
thought at first it was a problem in my code but then I ran
setBounds(10, 10, 800, 800) manually and it still died. If I set the
bounds lower then 640 everythign is fine. Am I just immagining things or
is this a bug ? Attached is the source tar. If you have GNUMake just
untar the sucker and type make jump. then do a jump to invoke the
startup script. This is a preliminary cut at a UML class modelling
program and its only in the beginning stages. Im interested in all
coments, especially those related to the potential bug.
--rob
Jump.tar.gz