A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Swing / AWT / SWT
Author
JPanel Fixed Position
siva chaitanya
Ranch Hand
Joined: Jul 05, 2011
Posts: 59
posted
Feb 26, 2013 02:32:25
0
How can i set fixed position for
JPanel
?
When i drag the window to the right side the panel also changing its position to the right. So how can i set fixed position of
JPanel
even when i drag the window ?
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
Feb 26, 2013 03:00:19
0
use the correct layout manager.
BorderLayout
might be one.
I agree. Here's the link:
http://aspose.com/file-tools
subject: JPanel Fixed Position
Similar Threads
How to set component position in GridBagLayout JPanel ?
setting background image in applet
Cewolf tooltip position
Swing Application
Problem in dragging Panel
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter