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.

更多信息和选项

  • 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 语言函数,https://reference.wolfram.com/language/JLink/ref/JavaShow.html.

文本

Wolfram Research (2007),JavaShow,Wolfram 语言函数,https://reference.wolfram.com/language/JLink/ref/JavaShow.html.

CMS

Wolfram 语言. 2007. "JavaShow." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/JLink/ref/JavaShow.html.

APA

Wolfram 语言. (2007). JavaShow. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/JLink/ref/JavaShow.html 年

BibTeX

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

BibLaTeX

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