Showing 1 of 1 files from the diff.
@@ -103,6 +103,7 @@
Loading
103 | 103 | public GenericFrame(final String title) { |
|
104 | 104 | this.setTitle(title); |
|
105 | 105 | this.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE); |
|
106 | + | this.setIconImage(JComponentUtilities.getImage("limeglass.gif").getImage()); |
|
106 | 107 | ||
107 | 108 | this.tabs = this.getTabbedPane(); |
|
108 | 109 | this.framePanel = new FramePanel(); |
Files | Complexity | Coverage |
---|---|---|
src/net/sourceforge/kolmafia | 19.16% | 24.53% |
Project Totals (1016 files) | 19.16% | 24.53% |
coverage-ubuntu-latest-java-11
JAVA=11 OS=ubuntu-latest
coverage-ubuntu-latest-java-17
JAVA=17 OS=ubuntu-latest
coverage-macos-latest-java-11
JAVA=11 OS=macos-latest
coverage-macos-latest-java-17
JAVA=17 OS=macos-latest
coverage-windows-latest-java-11
JAVA=11 OS=windows-latest
coverage-windows-latest-java-17
JAVA=17 OS=windows-latest
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.