++
недостающие иконки
This commit is contained in:
@@ -3,7 +3,7 @@ import Common.Utils.Vector_;
|
||||
|
||||
import java.util.Vector;
|
||||
public class Constants {
|
||||
public static final int version = 1234;
|
||||
public static final int version = 1235;
|
||||
public static final int planner_version = 24;
|
||||
public static final int testingMaxKernels = 64;
|
||||
//--
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
package _VisualDVM.TestingSystem.SAPFOR.SapforTasksPackage.UI;
|
||||
import Common.Utils.Utils_;
|
||||
|
||||
import javax.swing.*;
|
||||
import javax.swing.tree.DefaultMutableTreeNode;
|
||||
public abstract class SapforPackageTreeNode extends DefaultMutableTreeNode {
|
||||
public ImageIcon getIcon() {
|
||||
// Utils_.MainLog.Print("/icons/versions/" + getImageKey() + ".png=NULL");
|
||||
// Utils_.MainLog.Print("/icons/versions/" + getImageKey() + ".png");
|
||||
ImageIcon res = new ImageIcon((getClass().getResource("/icons/versions/" + getImageKey() + ".png")));
|
||||
return (getImageKey() != null) ? res : null;
|
||||
}
|
||||
|
||||
BIN
src/icons/versions/MatchInactive.png
Normal file
BIN
src/icons/versions/MatchInactive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/icons/versions/NotMatchInactive.png
Normal file
BIN
src/icons/versions/NotMatchInactive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src/icons/versions/UnknownInactive.png
Normal file
BIN
src/icons/versions/UnknownInactive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user