- Timestamp:
- 2009-11-01T19:15:25+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java
r2371 r2376 8 8 9 9 /** 10 11 12 13 10 * see PlatformHook.java 11 * 12 * BTW: THIS IS A STUB. See comments below for details. 13 */ 14 14 public class PlatformHookUnixoid implements PlatformHook { 15 15 public void preStartupHook(){ … … 57 57 } 58 58 /** 59 60 61 62 59 * This should work for all platforms. Yeah, should. 60 * See PlatformHook.java for a list of reasons why 61 * this is implemented here... 62 */ 63 63 public String makeTooltip(String name, Shortcut sc) { 64 64 String result = ""; … … 75 75 } 76 76 77 @Override 78 public String getDefaultStyle() 79 { 77 public String getDefaultStyle() { 80 78 return "javax.swing.plaf.metal.MetalLookAndFeel"; 81 79 }
Note:
See TracChangeset
for help on using the changeset viewer.