JCheckBoxMenuItem standard = new JCheckBoxMenuItem(); standard.setUI(new chkboxMenuItem(menuSelFore,menuSelBack)); class chkboxMenuItem extends BasicCheckBoxMenuItemUI { public chkboxMenuItem(Color selFore,Color selBack) { selectionForeground = selFore; selectionBackground = selBack; } }
Why NoSQL is in fashion?
-
Couple of years back NoSQL was relatively unheard term. It has become a new
buzzword in town, catching people's imagination. Almost all big daddies of
Inte...
7 years ago
No comments:
Post a Comment