Home
last modified time | relevance | path

Searched refs:threadsFrame (Results 1 – 12 of 12) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java77 private JInternalFrame threadsFrame; field in HSDB
1363 threadsFrame = null; in detach()
1382 threadsFrame = new JInternalFrame("Java Threads"); in showThreadsDialog()
1383 threadsFrame.setResizable(true); in showThreadsDialog()
1384 threadsFrame.setIconifiable(true); in showThreadsDialog()
1387 threadsFrame.getContentPane().add(threadsPanel); in showThreadsDialog()
1388 threadsFrame.setSize(500, 300); in showThreadsDialog()
1389 threadsFrame.pack(); in showThreadsDialog()
1390 desktop.add(threadsFrame); in showThreadsDialog()
1391 GraphicsUtilities.moveToInContainer(threadsFrame, 0.75f, 0.25f, 0, 20); in showThreadsDialog()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java77 private JInternalFrame threadsFrame; field in HSDB
1363 threadsFrame = null; in detach()
1382 threadsFrame = new JInternalFrame("Java Threads"); in showThreadsDialog()
1383 threadsFrame.setResizable(true); in showThreadsDialog()
1384 threadsFrame.setIconifiable(true); in showThreadsDialog()
1387 threadsFrame.getContentPane().add(threadsPanel); in showThreadsDialog()
1388 threadsFrame.setSize(500, 300); in showThreadsDialog()
1389 threadsFrame.pack(); in showThreadsDialog()
1390 desktop.add(threadsFrame); in showThreadsDialog()
1391 GraphicsUtilities.moveToInContainer(threadsFrame, 0.75f, 0.25f, 0, 20); in showThreadsDialog()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java77 private JInternalFrame threadsFrame; field in HSDB
1363 threadsFrame = null; in detach()
1382 threadsFrame = new JInternalFrame("Java Threads"); in showThreadsDialog()
1383 threadsFrame.setResizable(true); in showThreadsDialog()
1384 threadsFrame.setIconifiable(true); in showThreadsDialog()
1387 threadsFrame.getContentPane().add(threadsPanel); in showThreadsDialog()
1388 threadsFrame.setSize(500, 300); in showThreadsDialog()
1389 threadsFrame.pack(); in showThreadsDialog()
1390 desktop.add(threadsFrame); in showThreadsDialog()
1391 GraphicsUtilities.moveToInContainer(threadsFrame, 0.75f, 0.25f, 0, 20); in showThreadsDialog()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java77 private JInternalFrame threadsFrame; field in HSDB
1354 threadsFrame = null; in detach()
1373 threadsFrame = new JInternalFrame("Java Threads"); in showThreadsDialog()
1374 threadsFrame.setResizable(true); in showThreadsDialog()
1375 threadsFrame.setIconifiable(true); in showThreadsDialog()
1378 threadsFrame.getContentPane().add(threadsPanel); in showThreadsDialog()
1379 threadsFrame.setSize(500, 300); in showThreadsDialog()
1380 threadsFrame.pack(); in showThreadsDialog()
1381 desktop.add(threadsFrame); in showThreadsDialog()
1382 GraphicsUtilities.moveToInContainer(threadsFrame, 0.75f, 0.25f, 0, 20); in showThreadsDialog()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java77 private JInternalFrame threadsFrame; field in HSDB
1354 threadsFrame = null; in detach()
1373 threadsFrame = new JInternalFrame("Java Threads"); in showThreadsDialog()
1374 threadsFrame.setResizable(true); in showThreadsDialog()
1375 threadsFrame.setIconifiable(true); in showThreadsDialog()
1378 threadsFrame.getContentPane().add(threadsPanel); in showThreadsDialog()
1379 threadsFrame.setSize(500, 300); in showThreadsDialog()
1380 threadsFrame.pack(); in showThreadsDialog()
1381 desktop.add(threadsFrame); in showThreadsDialog()
1382 GraphicsUtilities.moveToInContainer(threadsFrame, 0.75f, 0.25f, 0, 20); in showThreadsDialog()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java77 private JInternalFrame threadsFrame; field in HSDB
1348 threadsFrame = null; in detach()
1367 threadsFrame = new JInternalFrame("Java Threads"); in showThreadsDialog()
1368 threadsFrame.setResizable(true); in showThreadsDialog()
1369 threadsFrame.setIconifiable(true); in showThreadsDialog()
1372 threadsFrame.getContentPane().add(threadsPanel); in showThreadsDialog()
1373 threadsFrame.setSize(500, 300); in showThreadsDialog()
1374 threadsFrame.pack(); in showThreadsDialog()
1375 desktop.add(threadsFrame); in showThreadsDialog()
1376 GraphicsUtilities.moveToInContainer(threadsFrame, 0.75f, 0.25f, 0, 20); in showThreadsDialog()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java77 private JInternalFrame threadsFrame; field in HSDB
1363 threadsFrame = null; in detach()
1382 threadsFrame = new JInternalFrame("Java Threads"); in showThreadsDialog()
1383 threadsFrame.setResizable(true); in showThreadsDialog()
1384 threadsFrame.setIconifiable(true); in showThreadsDialog()
1387 threadsFrame.getContentPane().add(threadsPanel); in showThreadsDialog()
1388 threadsFrame.setSize(500, 300); in showThreadsDialog()
1389 threadsFrame.pack(); in showThreadsDialog()
1390 desktop.add(threadsFrame); in showThreadsDialog()
1391 GraphicsUtilities.moveToInContainer(threadsFrame, 0.75f, 0.25f, 0, 20); in showThreadsDialog()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java77 private JInternalFrame threadsFrame; field in HSDB
1363 threadsFrame = null; in detach()
1382 threadsFrame = new JInternalFrame("Java Threads"); in showThreadsDialog()
1383 threadsFrame.setResizable(true); in showThreadsDialog()
1384 threadsFrame.setIconifiable(true); in showThreadsDialog()
1387 threadsFrame.getContentPane().add(threadsPanel); in showThreadsDialog()
1388 threadsFrame.setSize(500, 300); in showThreadsDialog()
1389 threadsFrame.pack(); in showThreadsDialog()
1390 desktop.add(threadsFrame); in showThreadsDialog()
1391 GraphicsUtilities.moveToInContainer(threadsFrame, 0.75f, 0.25f, 0, 20); in showThreadsDialog()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java75 private JInternalFrame threadsFrame; field in HSDB
1332 threadsFrame = null; in detach()
1351 threadsFrame = new JInternalFrame("Java Threads"); in showThreadsDialog()
1352 threadsFrame.setResizable(true); in showThreadsDialog()
1353 threadsFrame.setIconifiable(true); in showThreadsDialog()
1356 threadsFrame.getContentPane().add(threadsPanel); in showThreadsDialog()
1357 threadsFrame.setSize(500, 300); in showThreadsDialog()
1358 threadsFrame.pack(); in showThreadsDialog()
1359 desktop.add(threadsFrame); in showThreadsDialog()
1360 GraphicsUtilities.moveToInContainer(threadsFrame, 0.75f, 0.25f, 0, 20); in showThreadsDialog()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java75 private JInternalFrame threadsFrame; field in HSDB
1332 threadsFrame = null; in detach()
1351 threadsFrame = new JInternalFrame("Java Threads"); in showThreadsDialog()
1352 threadsFrame.setResizable(true); in showThreadsDialog()
1353 threadsFrame.setIconifiable(true); in showThreadsDialog()
1356 threadsFrame.getContentPane().add(threadsPanel); in showThreadsDialog()
1357 threadsFrame.setSize(500, 300); in showThreadsDialog()
1358 threadsFrame.pack(); in showThreadsDialog()
1359 desktop.add(threadsFrame); in showThreadsDialog()
1360 GraphicsUtilities.moveToInContainer(threadsFrame, 0.75f, 0.25f, 0, 20); in showThreadsDialog()
[all …]
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dpreferences.cc423 … Gtk::Frame* threadsFrame = Gtk::manage ( new Gtk::Frame (M ("PREFERENCES_PERFORMANCE_THREADS")) ); in getPerformancePanel() local
455 threadsFrame->add (*threadsVBox); in getPerformancePanel()
457 vbPerformance->pack_start (*threadsFrame, Gtk::PACK_SHRINK, 4); in getPerformancePanel()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dpreferences.cc710 … Gtk::Frame* threadsFrame = Gtk::manage ( new Gtk::Frame (M ("PREFERENCES_PERFORMANCE_THREADS")) ); in getPerformancePanel() local
721 threadsFrame->add (*threadsVBox); in getPerformancePanel()
723 vbPerformance->pack_start (*threadsFrame, Gtk::PACK_SHRINK, 4); in getPerformancePanel()