How to group a number of text fields
Page 1 of 110 Replies - 1491 Views - Last Post: 24 October 2009 - 05:57 PM
#1
How to group a number of text fields
Posted 24 October 2009 - 01:20 AM
I'm using NetBeans but i cannot find such a thing.
Please tell me!
Replies To: How to group a number of text fields
#2
Re: How to group a number of text fields
Posted 24 October 2009 - 01:38 AM
I'm using NetBeans but i cannot find such a thing.
Please tell me!
#3
Re: How to group a number of text fields
Posted 24 October 2009 - 04:42 AM
#4
Re: How to group a number of text fields
Posted 24 October 2009 - 05:31 AM
Sample Example
//Titled borders
TitledBorder title;
title = BorderFactory.createTitledBorder("title");
jComp8.setBorder(title);
title = BorderFactory.createTitledBorder(
blackline, "title");
title.setTitleJustification(TitledBorder.CENTER);
jComp9.setBorder(title);
Please refer this link HowToUseBorder
#5
Re: How to group a number of text fields
Posted 24 October 2009 - 07:38 AM
#6
Re: How to group a number of text fields
Posted 24 October 2009 - 08:33 AM
#7
Re: How to group a number of text fields
Posted 24 October 2009 - 09:04 AM
Sample Example
//Titled borders
TitledBorder title;
title = BorderFactory.createTitledBorder("title");
jComp8.setBorder(title);
title = BorderFactory.createTitledBorder(
blackline, "title");
title.setTitleJustification(TitledBorder.CENTER);
jComp9.setBorder(title);
Please refer this link HowToUseBorder
#8
Re: How to group a number of text fields
Posted 24 October 2009 - 09:06 AM
Please remove this post because it is duplicate post...
Thanks
#9
Re: How to group a number of text fields
Posted 24 October 2009 - 04:46 PM
livium, on 24 Oct, 2009 - 07:33 AM, said:
The easiest way ?
First a GridLayout of 3 rows 1 column
First row:
a GridLayout of 1 row 3 column each cell filled with a Parargraph layout
Second row:
a Paragraph layout
Thirsd row:
a Paragraph layout
Paragraph layout available from here
http://jhlabs.com/ja...yout/index.html
fsloke, on 24 Oct, 2009 - 08:06 AM, said:
Please remove this post because it is duplicate post...
Thanks
Considered it as done
#10
Re: How to group a number of text fields
Posted 24 October 2009 - 05:02 PM
you will find matter about the GroupLayout on theSun's tutorial page
after that add a border from BorderFactory as our friend has said
This post has been edited by sakshamkum: 24 October 2009 - 05:14 PM
#11
Re: How to group a number of text fields
Posted 24 October 2009 - 05:57 PM
sakshamkum, on 24 Oct, 2009 - 04:02 PM, said:
you will find matter about the GroupLayout on theSun's tutorial page
after that add a border from BorderFactory as our friend has said
GroupLayout..... he
brand new from JRE 1.6
Good show Sakshamhum
|
|

New Topic/Question
Reply



MultiQuote






|