英文: How don't repaint after setLocation my JLabel 问题 I'm doing an animation for my Menu. I creat...
The alpha in this timer draw on top of itself in this Java Swing Panel.
英文: Why does the alpha in this timer draw on top of itself in this Java Swing Panel? 问题 import java....
JFrame大小影响JButton大小,但只在垂直方向上?
英文: JFrame size affecting JButton size but only vertically? 问题 I am confused about how JFrame extend...
Empty Dropdown list for properties of a custom Java Bean in Eclipse WindowBuilder
英文: Empty Dropdown list for properties of a custom Java Bean in Eclipse WindowBuilder 问题 我正在使用Eclips...
修改JTable的选择行为,仅选择一行或一列中的可变数量的单元格。
英文: Alter selection behavior for a JTable to only select a variable number of cells in a row or colu...
如何恢复JTable中的列宽度?
英文: How to restore column widths in a JTable? 问题 My question is clear. Is there any way to restore t...
调整JLabel大小以适应调整大小的主要JPanel。
英文: Resize JLabel to fit resized main JPanel 问题 以下是代码中需要翻译的部分: I have two child panels and one paren...
将自定义的Java Swing组件属性设置为默认值。
英文: set defalut value to custom java swing component property 问题 我正在尝试创建一个自定义按钮。 public class MyButt...
在相同的JMenu内对JMenuItem组进行排序,而不对其他JMenuItem进行排序。
英文: Sorting groups of JMenuItems inside the same JMenu without sorting other JMenuItems 问题 我现在将翻译你的请...
jsplitpane 和 paintcomponent 互相冲突。
英文: jsplitpane and paintcomponent conflicting with each other 问题 我遇到了关于我的代码的问题,关键问题是,当我将我的City类实例化为对...
57