英文: setIconTextGap for labels with centered alignment 问题 我需要将图标添加到表头,表头是一个JLabel。 当文本对齐在左侧时,它正常工作。 然...
JTable的列标题不显示
英文: Header of JTable's column won't show 问题 以下是翻译好的内容: 我是Java的新手,需要创建一个只有列标题的空表格,但是我在列标题这部分卡...
JButton同时带有图标(位于顶部)和文本(位于底部),对齐方式为左对齐。
英文: JButton with both icon (on top) and text (on bottom) aligned to the left 问题 以下是您要的翻译部分: 我想要一个JBu...
在Java中,是否可以获取jButton的变量名?
英文: Java Is it possible to get the Variable name of a jButton? 问题 我想不出其他的做法了。我正在尝试获取已经声明的 Java 按钮的变量...
JPanels随着JFrame的调整而缩小。
英文: JPanels shrink when JFrame is resized 问题 public class Test extends JFrame { static Test frame; s...
如何在BoxLayout中为JComponent设置位置?
英文: How to set position to JComponent in BoxLayout? 问题 我想使用2个JPanel,分别命名为panel和panel_1。 我想使用JLabel自动...
Java中用于自定义文件浏览器的布局管理器是:
英文: Layout manager in java for a custom file explorer 问题 我正在使用Java创建自己的文件浏览器,希望找到一种布局,可以帮助我将组件(文件)放置...
重新启动流程
英文: How to restart a stream 问题 我有一个表单 public class MainFrame extends JFrame { private int colThread ...
在表单中央显示 JInternalFrame 数据。
英文: Show the JInternalFrame data in the middle of the form 问题 我正在使用包含三个部分的JFrame。第一个部分是Pane,其中包含6个菜单...
通过变量在基于窗口的Java应用程序中访问对象
英文: Accessing object through variable in JAVA for Window based application 问题 try (InputStream inp =...
57