рефакторинг. вынес часть иконок в общую часть
@@ -19,7 +19,7 @@ public abstract class AddObjectPass<D extends DBObject> extends ObjectPass<D> {
|
||||
}
|
||||
@Override
|
||||
public String getIconPath() {
|
||||
return "/icons/RedAdd.png";
|
||||
return "/Common/icons/RedAdd.png";
|
||||
}
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
|
||||
@@ -6,7 +6,7 @@ public abstract class DeleteObjectPass<D extends DBObject> extends ObjectPass<D>
|
||||
}
|
||||
@Override
|
||||
public String getIconPath() {
|
||||
return "/icons/Delete.png";
|
||||
return "/Common/icons/Delete.png";
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
|
||||
@@ -6,7 +6,7 @@ public abstract class EditObjectPass<D extends DBObject> extends ObjectPass<D> {
|
||||
}
|
||||
@Override
|
||||
public String getIconPath() {
|
||||
return "/icons/Edit.png";
|
||||
return "/Common/icons/Edit.png";
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
|
||||
@@ -47,7 +47,7 @@ public class ColumnFilter {
|
||||
//--
|
||||
dataSet.getUi().control.getColumnModel().getColumn(columnIndex).setHeaderRenderer((table, value, isSelected, hasFocus, row, column1) -> new JLabel() {
|
||||
{
|
||||
setIcon(Utils_.getIcon("/icons/Filter.png"));
|
||||
setIcon(Utils_.getIcon("/Common/icons/Filter.png"));
|
||||
setForeground(dataSet.getUi().control.getTableHeader().getForeground());
|
||||
setBackground(dataSet.getUi().control.getTableHeader().getBackground());
|
||||
setFont(dataSet.getUi().control.getTableHeader().getFont());
|
||||
|
||||
BIN
src/Common/icons/Ban.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
src/Common/icons/BlueStart.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
src/Common/icons/Clean.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/Common/icons/CleanTime.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/Common/icons/Close.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
src/Common/icons/Close_18.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
src/Common/icons/Command.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
src/Common/icons/Date.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
src/Common/icons/Explorer.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
src/Common/icons/File.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
src/Common/icons/GreenStart.png
Normal file
|
After Width: | Height: | Size: 861 B |
BIN
src/Common/icons/Info.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/Common/icons/Library.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
src/Common/icons/Log.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
src/Common/icons/MassFiles.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
src/Common/icons/Maxtime.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
src/Common/icons/Metrics.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
src/Common/icons/Next.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
src/Common/icons/Previous.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
src/Common/icons/Publish.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
src/Common/icons/Search.png
Normal file
|
After Width: | Height: | Size: 931 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
BIN
src/Common/icons/Stop.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
src/Common/icons/Time.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |