|
From: <doc...@us...> - 2007-07-02 18:29:47
|
Revision: 97
http://openpcl.svn.sourceforge.net/openpcl/?rev=97&view=rev
Author: documentsystems
Date: 2007-07-02 11:29:48 -0700 (Mon, 02 Jul 2007)
Log Message:
-----------
Changed GridLayout parameters in dialog layout
Modified Paths:
--------------
openpcl/src/com/openpcl/viewer/printing/PosPrintSetupDialog.java
Modified: openpcl/src/com/openpcl/viewer/printing/PosPrintSetupDialog.java
===================================================================
--- openpcl/src/com/openpcl/viewer/printing/PosPrintSetupDialog.java 2007-07-02 18:21:48 UTC (rev 96)
+++ openpcl/src/com/openpcl/viewer/printing/PosPrintSetupDialog.java 2007-07-02 18:29:48 UTC (rev 97)
@@ -540,8 +540,8 @@
// panel.add(mPrintAllOnLegalSizeJCheckBox, "0, 0");
// panel.add(mAdvancedOptionsJButton, "0, 0");
JPanel tGridLayoutJPanel = new JPanel(new GridLayout(1, 2, 5, 5));
- tGridLayoutJPanel.add(mOKJButton, "0,0");
- tGridLayoutJPanel.add(mCancelJButton, "0,1");
+ tGridLayoutJPanel.add(mOKJButton);
+ tGridLayoutJPanel.add(mCancelJButton);
panel.add(tGridLayoutJPanel, "1, 0");
return panel;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|