Searched defs:background (Results 1 - 14 of 14) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java54 public static final Color background; field in class:ColorAndFontConstants
69 bg = UIManager.getColor("TextField.background");
75 toggleButtonColor = UIManager.getColor("ToggleButton.background");
105 background = bg;
121 * The grey color background that is used for instance as background for the
125 UIManager.getColor("MenuBar.background") :
126 UIManager.getColor("Panel.background");
145 * The background color of the table.
147 public static final Color tableBackground = background;
[all...]
/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.c51 BOOL createChildProcess(char* command, BOOL background, argument
56 DWORD processFlag; // background process flag
61 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
63 background);
81 processFlag = background == TRUE ? DETACHED_PROCESS : 0;
109 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, argument
114 DWORD processFlag; // background process flag
126 debug("createBatchFileChildProcess: Attempting to create child process '%s' background=%d.",
128 background);
146 processFlag = background
179 spawn(char* command, BOOL background) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java53 public static final Color background; field in class:ColorAndFontConstants
68 bg = UIManager.getColor("TextField.background");
74 toggleButtonColor = UIManager.getColor("ToggleButton.background");
104 background = bg;
120 * The grey color background that is used for instance as background for the
124 UIManager.getColor("MenuBar.background") :
125 UIManager.getColor("Panel.background");
144 * The background color of the table.
146 public static final Color tableBackground = background;
[all...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.c52 BOOL createChildProcess(char* command, BOOL background, argument
57 DWORD processFlag; // background process flag
62 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
64 background);
82 processFlag = background == TRUE ? DETACHED_PROCESS : 0;
110 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, argument
115 DWORD processFlag; // background process flag
127 debug("createBatchFileChildProcess: Attempting to create child process '%s' background=%d.",
129 background);
147 processFlag = background
180 spawn(char* command, BOOL background) argument
[all...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.c52 BOOL createChildProcess(char* command, BOOL background, argument
57 DWORD processFlag; // background process flag
62 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
64 background);
82 processFlag = background == TRUE ? DETACHED_PROCESS : 0;
110 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, argument
115 DWORD processFlag; // background process flag
127 debug("createBatchFileChildProcess: Attempting to create child process '%s' background=%d.",
129 background);
147 processFlag = background
180 spawn(char* command, BOOL background) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java54 public static final Color background; field in class:ColorAndFontConstants
69 bg = UIManager.getColor("TextField.background");
75 toggleButtonColor = UIManager.getColor("ToggleButton.background");
105 background = bg;
121 * The grey color background that is used for instance as background for the
125 UIManager.getColor("MenuBar.background") :
126 UIManager.getColor("Panel.background");
145 * The background color of the table.
147 public static final Color tableBackground = background;
[all...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.c51 BOOL createChildProcess(char* command, BOOL background, argument
56 DWORD processFlag; // background process flag
61 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
63 background);
81 processFlag = background == TRUE ? DETACHED_PROCESS : 0;
109 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, argument
114 DWORD processFlag; // background process flag
126 debug("createBatchFileChildProcess: Attempting to create child process '%s' background=%d.",
128 background);
146 processFlag = background
179 spawn(char* command, BOOL background) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java53 public static final Color background; field in class:ColorAndFontConstants
68 bg = UIManager.getColor("TextField.background");
74 toggleButtonColor = UIManager.getColor("ToggleButton.background");
104 background = bg;
120 * The grey color background that is used for instance as background for the
124 UIManager.getColor("MenuBar.background") :
125 UIManager.getColor("Panel.background");
144 * The background color of the table.
146 public static final Color tableBackground = background;
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.c52 BOOL createChildProcess(char* command, BOOL background, argument
57 DWORD processFlag; // background process flag
62 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
64 background);
82 processFlag = background == TRUE ? DETACHED_PROCESS : 0;
110 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, argument
115 DWORD processFlag; // background process flag
127 debug("createBatchFileChildProcess: Attempting to create child process '%s' background=%d.",
129 background);
147 processFlag = background
180 spawn(char* command, BOOL background) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java54 public static final Color background; field in class:ColorAndFontConstants
69 bg = UIManager.getColor("TextField.background");
75 toggleButtonColor = UIManager.getColor("ToggleButton.background");
105 background = bg;
121 * The grey color background that is used for instance as background for the
125 UIManager.getColor("MenuBar.background") :
126 UIManager.getColor("Panel.background");
145 * The background color of the table.
147 public static final Color tableBackground = background;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.c51 BOOL createChildProcess(char* command, BOOL background, argument
56 DWORD processFlag; // background process flag
61 debug("createChildProcess: Attempting to create child process '%s' background=%d.",
63 background);
81 processFlag = background == TRUE ? DETACHED_PROCESS : 0;
109 BOOL createBatchFileChildProcess(char* batchFile, BOOL background, argument
114 DWORD processFlag; // background process flag
126 debug("createBatchFileChildProcess: Attempting to create child process '%s' background=%d.",
128 background);
146 processFlag = background
179 spawn(char* command, BOOL background) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DColorAndFontConstants.java58 public static final Color background; field in class:ColorAndFontConstants
72 bg = UIManager.getColor("TextField.background");
78 toggleButtonColor = UIManager.getColor("ToggleButton.background");
108 background = bg;
124 * The grey color background that is used for instance as background for the
128 UIManager.getColor("MenuBar.background") :
129 UIManager.getColor("Panel.background");
148 * The background color of the table.
150 public static final Color tableBackground = background;
[all...]
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...

Completed in 80 milliseconds