|
|
|
@ -176,6 +176,9 @@ public class UILookAndFeel extends MetalLookAndFeel {
|
|
|
|
|
table.put("OptionPane.narrow.right", loadIcon("Icon_Narrow_Right_16x16.png", this)); |
|
|
|
|
table.put("OptionPane.narrow.down", loadIcon("Icon_Narrow_Down_16x16.png", this)); |
|
|
|
|
table.put("OptionPane.warningIcon", loadIcon("WarningIcon.png", this)); |
|
|
|
|
table.put("OptionPane.circularWarningIcon", loadIcon("circularWarningIcon.png", this)); |
|
|
|
|
table.put("OptionPane.newMessageIcon", loadIcon("newMessageIcon.png", this)); |
|
|
|
|
table.put("OptionPane.circularErrorIcon", loadIcon("circularErrorIcon.png", this)); |
|
|
|
|
table.put("OptionPane.questionIcon", loadIcon("QuestionIcon.png", this)); |
|
|
|
|
table.put("OptionPane.tipIcon", loadIcon("TipIcon.png", this)); |
|
|
|
|
table.put("ScrollPane.border", new UIScrollPaneBorder()); |
|
|
|
|