This commit is contained in:
@@ -19,7 +19,7 @@ public class SpinnerLayoutTest {
|
||||
super.setLayout(new SpinnerLayout());
|
||||
}
|
||||
};
|
||||
spinner.set
|
||||
|
||||
JPanel p = new JPanel(new BorderLayout(5,5));
|
||||
p.add(new JSpinner(m), BorderLayout.NORTH);
|
||||
p.add(spinner, BorderLayout.SOUTH);
|
||||
|
||||
Reference in New Issue
Block a user