mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-16 16:34:47 -04:00
switched to tango icon scheme
This commit is contained in:
parent
1407c972ec
commit
11c85be988
@ -11,7 +11,6 @@
|
||||
</entry>
|
||||
</elementAttributes>
|
||||
<pos x="380" y="40"/>
|
||||
<rotate>0</rotate>
|
||||
</visualElement>
|
||||
<visualElement>
|
||||
<elementName>In</elementName>
|
||||
@ -22,13 +21,16 @@
|
||||
</entry>
|
||||
</elementAttributes>
|
||||
<pos x="380" y="120"/>
|
||||
<rotate>0</rotate>
|
||||
</visualElement>
|
||||
<visualElement>
|
||||
<elementName>Not</elementName>
|
||||
<elementAttributes/>
|
||||
<pos x="480" y="40"/>
|
||||
<rotate>0</rotate>
|
||||
<elementAttributes>
|
||||
<entry>
|
||||
<string>rotation</string>
|
||||
<rotation rotation="2"/>
|
||||
</entry>
|
||||
</elementAttributes>
|
||||
<pos x="520" y="120"/>
|
||||
</visualElement>
|
||||
<visualElement>
|
||||
<elementName>Driver</elementName>
|
||||
@ -39,7 +41,6 @@
|
||||
</entry>
|
||||
</elementAttributes>
|
||||
<pos x="420" y="40"/>
|
||||
<rotate>0</rotate>
|
||||
</visualElement>
|
||||
<visualElement>
|
||||
<elementName>Not</elementName>
|
||||
@ -50,18 +51,6 @@
|
||||
</entry>
|
||||
</elementAttributes>
|
||||
<pos x="540" y="60"/>
|
||||
<rotate>3</rotate>
|
||||
</visualElement>
|
||||
<visualElement>
|
||||
<elementName>Out</elementName>
|
||||
<elementAttributes>
|
||||
<entry>
|
||||
<string>Label</string>
|
||||
<string>~Q</string>
|
||||
</entry>
|
||||
</elementAttributes>
|
||||
<pos x="560" y="40"/>
|
||||
<rotate>0</rotate>
|
||||
</visualElement>
|
||||
<visualElement>
|
||||
<elementName>Out</elementName>
|
||||
@ -71,8 +60,17 @@
|
||||
<string>Q</string>
|
||||
</entry>
|
||||
</elementAttributes>
|
||||
<pos x="560" y="40"/>
|
||||
</visualElement>
|
||||
<visualElement>
|
||||
<elementName>Out</elementName>
|
||||
<elementAttributes>
|
||||
<entry>
|
||||
<string>Label</string>
|
||||
<string>~Q</string>
|
||||
</entry>
|
||||
</elementAttributes>
|
||||
<pos x="560" y="120"/>
|
||||
<rotate>0</rotate>
|
||||
</visualElement>
|
||||
<visualElement>
|
||||
<elementName>DriverInvSel</elementName>
|
||||
@ -83,7 +81,6 @@
|
||||
</entry>
|
||||
</elementAttributes>
|
||||
<pos x="460" y="80"/>
|
||||
<rotate>1</rotate>
|
||||
</visualElement>
|
||||
</visualElements>
|
||||
<wires>
|
||||
@ -91,10 +88,6 @@
|
||||
<p1 x="420" y="80"/>
|
||||
<p2 x="440" y="80"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="520" y="40"/>
|
||||
<p2 x="540" y="40"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="380" y="40"/>
|
||||
<p2 x="400" y="40"/>
|
||||
@ -105,19 +98,23 @@
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="460" y="40"/>
|
||||
<p2 x="480" y="40"/>
|
||||
<p2 x="540" y="40"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="540" y="40"/>
|
||||
<p2 x="560" y="40"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="460" y="120"/>
|
||||
<p1 x="380" y="120"/>
|
||||
<p2 x="420" y="120"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="520" y="120"/>
|
||||
<p2 x="540" y="120"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="380" y="120"/>
|
||||
<p2 x="420" y="120"/>
|
||||
<p1 x="460" y="120"/>
|
||||
<p2 x="480" y="120"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="540" y="120"/>
|
||||
@ -131,14 +128,14 @@
|
||||
<p1 x="420" y="80"/>
|
||||
<p2 x="420" y="120"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="460" y="100"/>
|
||||
<p2 x="460" y="120"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="460" y="40"/>
|
||||
<p2 x="460" y="60"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="460" y="100"/>
|
||||
<p2 x="460" y="120"/>
|
||||
</wire>
|
||||
<wire>
|
||||
<p1 x="540" y="40"/>
|
||||
<p2 x="540" y="60"/>
|
||||
|
@ -36,7 +36,7 @@ public class TerminalDialog extends JDialog {
|
||||
getContentPane().add(new JScrollPane(textArea));
|
||||
|
||||
JToolBar toolBar = new JToolBar();
|
||||
toolBar.add(new ToolTipAction(Lang.get("menu_terminalDelete"), IconCreator.create("Delete24.gif")) {
|
||||
toolBar.add(new ToolTipAction(Lang.get("menu_terminalDelete"), IconCreator.create("edit-delete.png")) {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
textArea.setText("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user