Originally Posted by
ne2000
Hi,
I want to place swing components any location on JFrame like Visual Studio or Delphi etc. IDE. But the components is relative according to anothers. Do I place the components any location on JFrame as drag and drop or how do I this opoeration?
I had the same problem with netbeans. And, like you, wanted to place it anyware as I came from a delphi and VS background. Found the best way to do this was by using absolute positioning. In netbeans you can change the design layout to absolute by right clicking and choosing layout. I think that answers your question. I am new to java so hope it's correct