Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个仅在控制台中工作的 Java 应用程序(例如 Windows 命令提示符)。我想偶尔把窗口带到前面的屏幕上。有什么东西可以添加到我的代码中来做到这一点。
如果您使用 awt 或 swing,那么两者Window都JFrame可以toFront()将窗口置于前面。如果您使用控制台,我认为这是不可能的。
Window
JFrame
toFront()