英文: How to display an image in an JFrame? 问题 抱歉,我只会为您提供翻译的部分,不会回答关于翻译的问题。以下是您提供的代码的翻译: 我是一个初学者,正在尝试编...
JFrame是否不能准确显示指定的宽度和高度值?
英文: Does JFrame not accurately display specified width and height values? 问题 我正在使用Java构建一个简单的2D游戏。 我...
JFrame添加两个鼠标监听器会导致拖动效果不流畅。
英文: JFrame adding two mouselisteners causing glitchy drag effect 问题 以下是翻译好的部分: 所以我有一个未装饰的JFrame,我尝试将...
Making the background of a JFrame window white by commenting out the data in the paint method
英文: Making the background of a JFrame window white by commenting out the data in the paint method 问题...
窗口在点击按钮时未关闭。
英文: Frame not closing when button is clicked 问题 我正在处理一个登录页面,这是我的 Java 项目,在登录页面上,用户可以选择创建一个新账户,如果他还没有...
只有一个项目在JFrame窗口中可见。
英文: Only single item is visible in the JFrame Window 问题 以下是翻译好的部分: package learningPackage; import j...
How can I set up a JFrame button to open another JFrame, and then receive information once the second jframe is closed?
英文: How can I set up a JFrame button to open another JFrame, and then receive information once the s...
Java/Swing – 为文本字段设置标题
英文: Java/Swing - Set title for TextField 问题 我找不到任何用于设置TextField标题的类。因此,我决定创建一个。我的问题非常简单。 我真的需要在我的类中包...
为什么repaint不会重绘JPanel中的按钮?
英文: Why doesnt repaint repaint the button in the JPanel? 问题 我不理解 repaint() 如何工作。 我尝试查找教程,但从未找到任何东西,并...
JFrame:使用JButton导航到另一个框架
英文: JFrame: navigate to another frame using JButton 问题 我在Java Swing中尝试使用按钮进行导航。 当我点击按钮时,我想转到另一个现有的窗口...
9