|
-
Sep 25th, 2005, 09:18 AM
#1
Thread Starter
Member
Aligning Contents Using BorderLayout
Hi,
I have a problem centering my GUI components. I've got a JPanel which is placed at BorderLayout.CENTER and the problem is the JPanel is too high up. In what means can i shift it downwards, resulting it being centralised?
______________________________________
Warmest Regards,
Lex
______________________________________
:|: Don't Mess With The Predator :|:
-
Nov 11th, 2005, 05:07 PM
#2
Re: Aligning Contents Using BorderLayout
Use multiple nested Layout Managers
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Nov 12th, 2005, 08:49 AM
#3
Frenzied Member
Re: Aligning Contents Using BorderLayout
If everything is in panels, then you can use setBounds(int,int,int,int);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|