DarkLAF, further steps

This commit is contained in:
Ralf Wisser
2024-06-24 20:34:50 +02:00
parent e2f774d314
commit d4f563f91d
4 changed files with 0 additions and 22 deletions
-15
View File
@@ -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