From 11c85be98884f01913d978aa7614a02ee3582f86 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sat, 25 Jun 2016 20:04:59 +0200 Subject: [PATCH] switched to tango icon scheme --- .../dig/sequential/D-TransmissionGate.dig | 293 +++++++++--------- .../components/terminal/TerminalDialog.java | 2 +- 2 files changed, 146 insertions(+), 149 deletions(-) diff --git a/src/main/dig/sequential/D-TransmissionGate.dig b/src/main/dig/sequential/D-TransmissionGate.dig index f07692f35..2a9790261 100644 --- a/src/main/dig/sequential/D-TransmissionGate.dig +++ b/src/main/dig/sequential/D-TransmissionGate.dig @@ -1,151 +1,148 @@ - 1 - - - In - - - Label - D - - - - 0 - - - In - - - Label - C - - - - 0 - - - Not - - - 0 - - - Driver - - - flipSelPos - true - - - - 0 - - - Not - - - rotation - - - - - 3 - - - Out - - - Label - ~Q - - - - 0 - - - Out - - - Label - Q - - - - 0 - - - DriverInvSel - - - rotation - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + 1 + + + In + + + Label + D + + + + + + In + + + Label + C + + + + + + Not + + + rotation + + + + + + + Driver + + + flipSelPos + true + + + + + + Not + + + rotation + + + + + + + Out + + + Label + Q + + + + + + Out + + + Label + ~Q + + + + + + DriverInvSel + + + rotation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/java/de/neemann/digital/gui/components/terminal/TerminalDialog.java b/src/main/java/de/neemann/digital/gui/components/terminal/TerminalDialog.java index 865c8ea17..f68b10af3 100644 --- a/src/main/java/de/neemann/digital/gui/components/terminal/TerminalDialog.java +++ b/src/main/java/de/neemann/digital/gui/components/terminal/TerminalDialog.java @@ -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("");