Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2917 - development/main/depot/prefs/src/main/net/dpml/depot/prefs

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: scottb AT brickner.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2917 - development/main/depot/prefs/src/main/net/dpml/depot/prefs
  • Date: Fri, 24 Jun 2005 15:20:13 -0400

Author: scottb AT brickner.net
Date: Fri Jun 24 15:20:12 2005
New Revision: 2917

Modified:

development/main/depot/prefs/src/main/net/dpml/depot/prefs/ClassicPanel.java
Log:
Put label in CENTER instead of WEST to avoid overwriting buttons on Linux.


Modified:
development/main/depot/prefs/src/main/net/dpml/depot/prefs/ClassicPanel.java
==============================================================================
---
development/main/depot/prefs/src/main/net/dpml/depot/prefs/ClassicPanel.java
(original)
+++
development/main/depot/prefs/src/main/net/dpml/depot/prefs/ClassicPanel.java
Fri Jun 24 15:20:12 2005
@@ -127,7 +127,7 @@
JPanel panel = new JPanel();
panel.setBackground( Color.white );
panel.setLayout( new BorderLayout() );
- panel.add( label, BorderLayout.WEST );
+ panel.add( label, BorderLayout.CENTER );
panel.setBorder(
new CompoundBorder(
new TitledBorder(



  • svn commit: r2917 - development/main/depot/prefs/src/main/net/dpml/depot/prefs, scottb, 06/24/2005

Archive powered by MHonArc 2.6.24.

Top of Page