JLink`
JLink`

JavaShow

JavaShow[window]

causes the specified Java window to be brought to the foreground, so that it appears in front of notebook windows.

Details and Options

  • To use JavaShow, you first need to load J/Link using Needs["JLink`"].
  • window must be an object of a class that can represent a top-level window (i.e. an instance of the java.awt.Window class or a subclass).
  • Use this function in place of standard Java window methods like setVisible (or its deprecated equivalent, show) and toFront. The effects those methods have are unfortunately not identical on different Java virtual machines and operating systems.
  • JavaShow performs the required steps in VM-specific ways, so programs that use it will work identically on different configurations.
Wolfram Research (2007), JavaShow, Wolfram Language function, https://reference.wolfram.com/language/JLink/ref/JavaShow.html.

Text

Wolfram Research (2007), JavaShow, Wolfram Language function, https://reference.wolfram.com/language/JLink/ref/JavaShow.html.

CMS

Wolfram Language. 2007. "JavaShow." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/JLink/ref/JavaShow.html.

APA

Wolfram Language. (2007). JavaShow. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/JLink/ref/JavaShow.html

BibTeX

@misc{reference.wolfram_2023_javashow, author="Wolfram Research", title="{JavaShow}", year="2007", howpublished="\url{https://reference.wolfram.com/language/JLink/ref/JavaShow.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_javashow, organization={Wolfram Research}, title={JavaShow}, year={2007}, url={https://reference.wolfram.com/language/JLink/ref/JavaShow.html}, note=[Accessed: 19-March-2024 ]}