public class GTKFixes
extends java.lang.Object
Constructor and Description |
---|
GTKFixes() |
Modifier and Type | Method and Description |
---|---|
static void |
fixJMenuPopupBorder(javax.swing.JMenu... jms)
Fixes incorrect JMenu border outline
|
static void |
fixMenubarHeight(javax.swing.JMenuBar jmb,
javax.swing.JMenuItem jmi) |
static void |
fixMenuItemFgColor(javax.swing.JMenuItem... jmi)
Fixes incorrect JMenu selectionForeground highlighting
|
static void |
fixMenuSelectionColor(javax.swing.JMenu... jms)
Fixes incorrect JMenu selectionForeground and selectionBackground
highlighting
|
static void |
fixTextAreaColor(javax.swing.JTextArea jta) |
static void |
fixTrayMenuPopupBorder(TrayPopupMenu tpm) |
public static void fixMenubarHeight(javax.swing.JMenuBar jmb, javax.swing.JMenuItem jmi)
public static void fixMenuSelectionColor(javax.swing.JMenu... jms)
jms
- Array of JMenus or single JMenupublic static void fixJMenuPopupBorder(javax.swing.JMenu... jms)
jms
- Array of JMenus or single JMenupublic static void fixTrayMenuPopupBorder(TrayPopupMenu tpm)
public static void fixMenuItemFgColor(javax.swing.JMenuItem... jmi)
jmi
- Array of JMenuItems or single JMenuItempublic static void fixTextAreaColor(javax.swing.JTextArea jta)