Field magenta
Field type: java.awt.Color
Member of: java.awt.Color
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 notifyHighlight = new DefaultHighlighter.DefaultHighlightPainter(Color.magenta);
2 Color salColor= (flag) ? Color.magenta : P_BG_COLOR;
3 else if (c.equals(Color.magenta)) name = colors[3];
4 PlotLib.xy ( java.awt.Color.magenta,
5 clear_button.setForeground ( Color.magenta );
6 g.setPaint(Color.magenta);
7 setTextColor(Priority.ERROR, Color.magenta);
8 setForeColor(Color.magenta.darker(), PARAMETER_NAME_COLOR);
9 jButtonErrorFg.setBackground(Color.magenta);
10 slider.setTrackFillColor(Color.magenta);
11 row = new StatView("Components", Color.magenta, "ComponentCount");
12 _lineField.addItem(Color.magenta);
13 g.setColor(Color.magenta);
14 analyzeSrcFilesButton.setBackground(Color.magenta);
15 jPanel4.setBackground(Color.magenta);
16 colorMap.put(COLOR_MAGENTA, Color.magenta);
17 g2D.setColor(Color.magenta);
18 addColorMenuEntry(colorMenu, "Magenta",Color.magenta);
19 terrainColors[MUHex.BUILDING] = Color.magenta;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.