netbeans project doen't work in linux environment.

sir,

I am new to linux.

Previously, i am developing GUI development project using netbeans in windows. But, now i need to run the same project in linux.

I am try to install netbean 5.0 for linux version and create the open project to build.

Compilation is going fine and when run it initialize the GUI.

But, when I going into the gui window, the letters, label allignment are not shown properly.

what can I do.

shall I need change the java program for linux environment?.

pls, help me to solve this problem.

[562 byte] By [kalamrama] at [2007-10-3 4:52:40]
# 1

If you used the Netbeans matisse drag and drop GUI editor, I've seen this happen after excessively rearranging the components. The Netbeans guys say that editor is not meant to support random component placement, you have to know ahead of time what your layout will look like.

If you used absolute positioning then that's the problem, you should use a LayoutManager.

If you used a LayoutManager then that's not supposed to happen, and I don't know what advice to offer.

BinaryDigita at 2007-7-14 22:57:29 > top of Java-index,Java Essentials,Java Programming...