Searched refs:locationByPlatform (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Window.h31 jfieldID locationByPlatform; member in struct:WindowIDs
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java406 new GetPropertyAction("java.awt.Window.locationByPlatform"));
1043 locationByPlatform = false;
3049 locationByPlatform = f.get("locationByPlatform", locationByPlatformProp);
3366 private boolean locationByPlatform = locationByPlatformProp; field in class:Window
3379 * "java.awt.Window.locationByPlatform" to "true", though calls to this method
3405 * @param locationByPlatform <code>true</code> if this Window should appear
3408 * is showing on screen and locationByPlatform is <code>true</code>.
3416 public void setLocationByPlatform(boolean locationByPlatform) { argument
3418 if (locationByPlatform
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Dialog.cpp371 BOOL locationByPlatform = env->GetBooleanField(GetTarget(env), AwtWindow::locationByPlatformID); local
372 if (locationByPlatform) {
H A Dawt_Frame.cpp650 BOOL locationByPlatform = env->GetBooleanField(GetTarget(env), AwtWindow::locationByPlatformID); local
652 if (locationByPlatform) {
H A Dawt_Window.cpp1156 // Fixed 6477497: Windows drawn off-screen on Win98, even when java.awt.Window.locationByPlatform is set
1192 BOOL locationByPlatform = env->GetBooleanField(GetTarget(env), AwtWindow::locationByPlatformID); local
1194 if (locationByPlatform) {
3046 env->GetFieldID(cls, "locationByPlatform", "Z");
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowPeer.java77 private boolean locationByPlatform; field in class:XWindowPeer
1000 return locationByPlatform;
1004 this.locationByPlatform = ((Window)target).isLocationByPlatform();
1005 if (locationByPlatform) {

Completed in 167 milliseconds