mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 15:26:52 -04:00
adds missing initial setup
This commit is contained in:
parent
e17fbfe8ff
commit
50fd1db2c7
@ -291,6 +291,9 @@ public class TableDialog extends JDialog {
|
|||||||
|
|
||||||
setJMenuBar(bar);
|
setJMenuBar(bar);
|
||||||
|
|
||||||
|
karnaughMenuAction.setEnabled(undoManager.getActual().getVars().size() <= 4);
|
||||||
|
calculateExpressions();
|
||||||
|
|
||||||
getContentPane().add(new JScrollPane(table));
|
getContentPane().add(new JScrollPane(table));
|
||||||
getContentPane().add(statusBar, BorderLayout.SOUTH);
|
getContentPane().add(statusBar, BorderLayout.SOUTH);
|
||||||
pack();
|
pack();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user