Swap the position of the "Another" and "Exit" buttons.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@153 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: FinishedPanel.java,v 1.2 2001/06/07 08:37:47 mdb Exp $
|
// $Id: FinishedPanel.java,v 1.3 2001/06/07 08:42:09 mdb Exp $
|
||||||
|
|
||||||
package robodj.importer;
|
package robodj.importer;
|
||||||
|
|
||||||
@@ -54,8 +54,8 @@ public class FinishedPanel
|
|||||||
|
|
||||||
public void wasAddedToFrame (ImporterFrame frame)
|
public void wasAddedToFrame (ImporterFrame frame)
|
||||||
{
|
{
|
||||||
frame.addControlButton("Another", "import", this);
|
|
||||||
frame.addControlButton("Exit", "exit", this);
|
frame.addControlButton("Exit", "exit", this);
|
||||||
|
frame.addControlButton("Another", "import", this);
|
||||||
|
|
||||||
// keep a handle on this for later
|
// keep a handle on this for later
|
||||||
_frame = frame;
|
_frame = frame;
|
||||||
|
|||||||
Reference in New Issue
Block a user