Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: NewDocumentAction.java
- ===================================================================
- --- NewDocumentAction.java (revision 62)
- +++ NewDocumentAction.java (revision 63)
- @@ -64,7 +64,7 @@
- public void set16x16Icon()
- {
- - ImageIcon ii = new ImageIcon(getClass().getResource("/img/document"));
- + ImageIcon ii = new ImageIcon(getClass().getResource("/img/document-new.png"));
- ImageIcon iiScaled = new ImageIcon(ii.getImage().getScaledInstance(16, 16, Image.SCALE_SMOOTH));
- this.putValue(SMALL_ICON, iiScaled);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement