mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-12 19:38:23 -05:00
DarkLAF, further steps
This commit is contained in:
@@ -1700,21 +1700,6 @@ public class UIUtil {
|
||||
});
|
||||
plafMenu.add(item);
|
||||
}
|
||||
|
||||
if (plafMenu.getComponentCount() < 5) {
|
||||
// TODO
|
||||
Container p = plafMenu.getParent();
|
||||
if (p instanceof JPopupMenu) {
|
||||
for (int i = 0; i < ((JPopupMenu) p).getComponentCount(); ++i) {
|
||||
Component comp = ((JPopupMenu) p).getComponent(i);
|
||||
if (comp == plafMenu) {
|
||||
for (int pmi = 0; pmi < plafMenu.getComponentCount(); ++pmi) {
|
||||
((JPopupMenu) p).add(plafMenu.getComponent(pmi), i + pmi);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static String format(long number) {
|
||||
|
||||
@@ -1385,13 +1385,6 @@ public abstract class PathFinderView extends javax.swing.JPanel {
|
||||
|
||||
}
|
||||
|
||||
|
||||
// TODO
|
||||
// TODO check references of this SmallButton
|
||||
|
||||
//TODO
|
||||
//TODO pathfinderview: icon "exclude all" is too saturated
|
||||
|
||||
//TODO
|
||||
//TODO lupenstiel in dark nicht gut zu sehen
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 40 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 227 B |
Reference in New Issue
Block a user