On 22.04.2012 21:07, [email protected] wrote:
...
>   * AboutDialog:
...
>     * Small GUI fixup, the about and infotab content are noc alwas on top.
> 

actually they are aligned top/left now which leaves lot's of space to the 
bottom and right. a vertically/horizontally centered content was not ideal but 
better than this enhancement.

Matthias, could you please take care when adding changes to respect the files 
current formatting. you added tab spacing in a file that currently uses spaces 
only. like here:

...
>  
>      void jbInit() throws Exception {
> +             // empty fill Panel for nice layout
> +             aboutFillPanel = new JPanel();
> +             infoFillPanel = new JPanel();
> +             GridBagConstraints fillPanelGridBagConstraints = new 
> GridBagConstraints();
> +             fillPanelGridBagConstraints.gridx = 0;
> +        fillPanelGridBagConstraints.gridy = 6;
> +        fillPanelGridBagConstraints.gridwidth = 3;
> +        fillPanelGridBagConstraints.weightx = 1.0;
> +        fillPanelGridBagConstraints.weighty = 1.0;
> +             
>          this.setMinimumSize(new Dimension( 200, 200));
> -        Border border_0 = BorderFactory.createEmptyBorder(0, 0, 0, 0);
>          
>          this.getContentPane().setLayout(borderLayout2);
>          //this.setResizable(false);
> @@ -216,6 +227,8 @@
...

..ede

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to