mirror of
https://github.com/processing/processing4.git
synced 2026-04-26 22:20:43 +02:00
clarifying removed bits and removing unused notification icon
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user