mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 08:55:05 -04:00
removed main method
This commit is contained in:
parent
9e918ce6ea
commit
ee4d9a325a
@ -87,16 +87,4 @@ public class AttributeDialog extends JDialog {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
ArrayList<AttributeKey> list = new ArrayList<>();
|
|
||||||
list.add(AttributeKey.Bits);
|
|
||||||
list.add(AttributeKey.Label);
|
|
||||||
list.add(AttributeKey.Color);
|
|
||||||
list.add(AttributeKey.Signed);
|
|
||||||
ElementAttributes values = new ElementAttributes();
|
|
||||||
AttributeDialog d = new AttributeDialog(null, null, list, values);
|
|
||||||
d.showDialog();
|
|
||||||
System.out.println(values);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user