aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JSeparator expectation with GridbagLayout Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JSeparator expectation with GridbagLayout" Watch "JSeparator expectation with GridbagLayout" New topic
Author

JSeparator expectation with GridbagLayout

Sharad Kharya
Ranch Hand

Joined: Oct 15, 2008
Posts: 58
Hello,

I am working on Swing Application and trying to use JSeparator to divide the panel Horizontally.
But, unfortunately my Separator is showing as a full line. Instead it is just showing in particular area only.

Can anyone please help me, on how to correct this.

Here is my Sample code
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 4166
    
    3

But, unfortunately my Separator is showing as a full line.

Did you mean that it is not showing as a full line? You need gridx = 0 and gridwidth = the number of columns for that.


luck, db
There are no new questions, but there may be new answers.
m Korbel
Ranch Hand

Joined: Jun 19, 2012
Posts: 73
one of the ways

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSeparator expectation with GridbagLayout
 
Similar Threads
JScrollPane and JComboBox, loss of drop down
JFrame problem
GridBagLayout question
Forcing size of JPanel
Problems with JSeparator together with GridBagLayout