clarifying removed bits and removing unused notification icon

This commit is contained in:
Ben Fry
2022-05-01 19:15:30 -04:00
parent 809c9827d1
commit 8016776644
5 changed files with 12 additions and 18 deletions

View File

@@ -98,13 +98,13 @@ public class ListPanel extends JPanel implements Scrollable {
this.rowFilter = new ContributionRowFilter(filter);
if (upToDateIcon == null) {
upToDateIcon = Toolkit.getLibIconX("manager/up-to-date");
updateAvailableIcon = Toolkit.getLibIconX("manager/update-available");
incompatibleIcon = Toolkit.getLibIconX("manager/incompatible");
// if (upToDateIcon == null) {
// upToDateIcon = Toolkit.getLibIconX("manager/up-to-date");
// updateAvailableIcon = Toolkit.getLibIconX("manager/update-available");
// incompatibleIcon = Toolkit.getLibIconX("manager/incompatible");
// foundationIcon = Toolkit.getLibIconX("icons/foundation", 16);
downloadingIcon = Toolkit.getLibIconX("manager/downloading");
}
// downloadingIcon = Toolkit.getLibIconX("manager/downloading");
// }
//setLayout(new GridBagLayout());
setOpaque(true);

View File

@@ -74,15 +74,13 @@ class StatusPanel extends JPanel {
public StatusPanel(final ContributionTab contributionTab) {
this.contributionTab = contributionTab;
/*
if (foundationIcon == null) {
foundationIcon = Toolkit.getLibIconX("icons/foundation", 32);
installIcon = Toolkit.getLibIconX("manager/install");
updateIcon = Toolkit.getLibIconX("manager/update");
removeIcon = Toolkit.getLibIconX("manager/remove");
// if (foundationIcon == null) {
// foundationIcon = Toolkit.getLibIconX("icons/foundation", 32);
// installIcon = Toolkit.getLibIconX("manager/install");
// updateIcon = Toolkit.getLibIconX("manager/update");
// removeIcon = Toolkit.getLibIconX("manager/remove");
// buttonFont = ManagerFrame.NORMAL_PLAIN;
}
*/
// }
//setBackground(new Color(0xebebeb));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 540 B

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" xml:space="preserve">
<g><path fill="#9B9B9B" d="M32,16c0,8.84-7.16,16-16,16S0,24.84,0,16S7.16,0,16,0S32,7.16,32,16z"/></g>
</svg>

Before

Width:  |  Height:  |  Size: 303 B