PDA

View Full Version : Anyone Know Why My Panels Are Looking Like This???



JF5885477
07-19-2002, 04:15 PM
Copy and paste this into your URL....

www.geocities.com/jf5885477/installPanelError.jpg

For some reason if you "click" the above URL it will not work, but if you copy and paste the link it will work, trust me.

The input boxes get chopped, and repeated on the lefthand side of the "original" text box??? This seems to happen on any of my custom panels??? I never had this problem before, could this have something do do with service pack 2 or the JVM version??? Any thoughts??

Thanks.

-Joseph

GrantI
07-23-2002, 07:09 AM
What layout manager are you using?

JF5885477
07-23-2002, 09:34 AM
Keep in mind this does not happen all the time and on every machine...


contentPane.setLayout(new ColumnLayout(10));
contentPane.add(tdcMainTitleText, new ColumnConstraints(ColumnConstraints.CENTER, ColumnConstraints.CENTER));

That is the kind of code I use.

GrantI
07-23-2002, 09:45 AM
Have you isolated what JVM, etc. are being used on the machines that are affected? You could try bundling a JVM with your installer so that you are guaranteed a version of the JVM. Have to look at the help for this...