Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » ContenPane smaller than JFrame
ContenPane smaller than JFrame [message #1807611] Wed, 05 June 2019 00:56 Go to next message
Amirbek Satimov is currently offline Amirbek SatimovFriend
Messages: 1
Registered: June 2019
Junior Member
I set my JFrame to .MAXIMIZED_BOTH, but for some reason the content pane is a fraction of the JFrame. I can't place any objects outside the content pane. I can manually set the coordinates for labels and etc outside the content pane. But I am unable to drag labels and etc. outside the content pane.
Re: ContenPane smaller than JFrame [message #1807723 is a reply to message #1807611] Thu, 06 June 2019 17:03 Go to previous message
Avi Abrami is currently offline Avi AbramiFriend
Messages: 25
Registered: May 2015
Junior Member
From the screen shot you posted, I can see that you are using absolute positioning. You can change this to a different layout. I find GroupLayout is like absolute positioning but better (in my opinion). If you don't want to change layout managers, you can try changing the bounds property of the content pane via the Properties table in WindowBuilder.
Previous Topic:How to useJFileChooser with WindowBuilder
Next Topic:Preference page initialize error
Goto Forum:
  


Current Time: Thu Apr 18 23:48:52 GMT 2024

Powered by FUDForum. Page generated in 0.02107 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top