forked from jasder/antlr
Kill box in tree dialog box makes dialog dispose of itself
This commit is contained in:
parent
64a5be0675
commit
e5c2dfaac4
|
@ -1,5 +1,9 @@
|
||||||
ANTLR v4 Honey Badger
|
ANTLR v4 Honey Badger
|
||||||
|
|
||||||
|
November 4, 2012
|
||||||
|
|
||||||
|
* Kill box in tree dialog box makes dialog dispose of itself
|
||||||
|
|
||||||
October 29, 2012
|
October 29, 2012
|
||||||
|
|
||||||
* Sam fixes nongreedy more.
|
* Sam fixes nongreedy more.
|
||||||
|
|
|
@ -303,6 +303,7 @@ public class TreeViewer extends JComponent {
|
||||||
bottomPanel.add(scaleSlider, BorderLayout.CENTER);
|
bottomPanel.add(scaleSlider, BorderLayout.CENTER);
|
||||||
|
|
||||||
// make viz
|
// make viz
|
||||||
|
dialog.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
|
||||||
dialog.pack();
|
dialog.pack();
|
||||||
dialog.setLocationRelativeTo(null);
|
dialog.setLocationRelativeTo(null);
|
||||||
dialog.setVisible(true);
|
dialog.setVisible(true);
|
||||||
|
|
Loading…
Reference in New Issue