Using vertical splitter in Java Swing GUI?

You want a JSplitPane: JSplitPane is used to divide two (and only two) Components. The two Components are graphically divided based on the look and feel implementation, and the two Components can then be interactively resized by the user.

When I drag the JSplitPane from the "Palette Window" of Netbeans, two button appears (named as leftbutton and rightbutton) and when I put them onto a panel they remains same...? – Yatendra Goel Jan 15 '10 at 8:51 And when we drag the boundary between those two buttons, then the desired result occurs for those two buttons. I want the same result for two panels... – Yatendra Goel Jan 15 '10 at 8:54 Then put panels in there. I only used Netbeans for like 5 minutes before deciding that Swing is painful to write by hand but even worse with a visual designer, so I have no idea why it puts buttons there of all things.

But you should easily be able to replace them with panels. – Joey Jan 15 '10 at 8:58 could you please look at one more problem at stackoverflow. Com/questions/2070428/… – Yatendra Goel Jan 15 '10 at 9:08 I could but I have no idea on that one.

Having hacked together a few Swing GUIs doesn't exactly qualify me to know about Netbeans or Java compilation problems :-) – Joey Jan 15 '10 at 9:15.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions