JCheckBoxMenuItem standard = new JCheckBoxMenuItem(); standard.setUI(new chkboxMenuItem(menuSelFore,menuSelBack)); class chkboxMenuItem extends BasicCheckBoxMenuItemUI { public chkboxMenuItem(Color selFore,Color selBack) { selectionForeground = selFore; selectionBackground = selBack; } }
SOLR: Non English (Latin) Characters in Field Name
-
The SOLR documentation mentions following requirement for defining name of
a field.
*name*
*The name of the field. Field names should consist of alphanumer...
4 years ago
No comments:
Post a Comment