Search:

Type: Posts; User: rougeking

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: Beginner question about setHorisontalAlignment!

    ya I too agree with curmudgen.....every layout has got it drawbacks....
    I just gave it so that u'll have an idea about null also.....
    use it only there are less components,frame is set to...
  2. [SOLVED] Re: Beginner question about setHorisontalAlignment!

    You can use "null" layout....then use setBounds() method to specify exactly where you want to display your component...
    like....
    setLayout(null);
    component.setBounds(a,b,c,d);

    here--a= starting...
Results 1 to 2 of 2