branch develop updated (2d230f8 -> 286e8da)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git from 2d230f8 Introduce DialogView to use proper modal view new 286e8da Fix image location The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 286e8da8f9ac666b6932aa187c293a9eee0c9129 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Mar 11 17:45:33 2016 +0100 Fix image location Summary of changes: src/main/java/org/chorem/jtimer/ui/NewTaskView.java | 2 +- .../org/chorem/jtimer/{ => ui}/resources/document-new.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) copy src/main/resources/org/chorem/jtimer/{ => ui}/resources/document-new.png (100%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit 286e8da8f9ac666b6932aa187c293a9eee0c9129 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Mar 11 17:45:33 2016 +0100 Fix image location --- src/main/java/org/chorem/jtimer/ui/NewTaskView.java | 2 +- .../org/chorem/jtimer/ui/resources/document-new.png | Bin 0 -> 1008 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/chorem/jtimer/ui/NewTaskView.java b/src/main/java/org/chorem/jtimer/ui/NewTaskView.java index f7fb709..440cd3e 100644 --- a/src/main/java/org/chorem/jtimer/ui/NewTaskView.java +++ b/src/main/java/org/chorem/jtimer/ui/NewTaskView.java @@ -82,7 +82,7 @@ public class NewTaskView extends DialogView { JPanel panel = new JPanel(new GridBagLayout()); // icon - JLabel newTaskIcon = new JLabel(new ImageIcon(getClass().getResource("../resources/document-new.png"))); + JLabel newTaskIcon = new JLabel(new ImageIcon(getClass().getResource("resources/document-new.png"))); panel.add(newTaskIcon, new GridBagConstraints(0, 0, 1, 4, 0, 0, GridBagConstraints.NORTH, GridBagConstraints.NONE, new Insets(5, 5, 5, 5), 0, 0)); diff --git a/src/main/resources/org/chorem/jtimer/ui/resources/document-new.png b/src/main/resources/org/chorem/jtimer/ui/resources/document-new.png new file mode 100644 index 0000000..e6d64bb Binary files /dev/null and b/src/main/resources/org/chorem/jtimer/ui/resources/document-new.png differ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm