Returns the current Swing look and feel or null.
()
| 73 | |
| 74 | /** Returns the current Swing look and feel or null. */ |
| 75 | public static LookAndFeel getLookAndFeel() { |
| 76 | if (!IJ.isWindows()) |
| 77 | return null; |
| 78 | return UIManager.getLookAndFeel(); |
| 79 | } |
| 80 | |
| 81 | |
| 82 | } |
no test coverage detected