英文: GridBagLayout does not display a component 问题 我编写了一个用于显示圆形进度条的组件。当我将它放在BorderLayout中时,一切看起来都很好。 ...
更新带有文件的JList
英文: Updating a JList with Files 问题 我正在为学校项目尝试制作一个小程序,用于提取文件。我正在使用一个 JList 来显示所有提取的文件,但在经过很多小时的探索后,我无...
JComboBox下拉菜单即使我添加了元素也保持为空。
英文: JComboBox dropdown stays empty even when I add elements to it 问题 在ChatFrame类的BuildGUI方法中,有一个名为dr...
在JList顶部新增的元素会自动被选中。
英文: new added element in the top of JList is automatically selected 问题 创建一个使用Swing的JList,我可以显示和选择多个项...
如何在 Retina 显示屏上使用 Java Swing 进行双缓冲,而不丧失更高的分辨率?
英文: How do I double-buffer in Java Swing on a Retina display without losing the higher resolution? 问...
Best practise for handling VK_TAB in Java Swing to move between components as well as to move between table cells using the keyboard only
英文: Best practise for handling VK_TAB in Java Swing to move between components as well as to move be...
遇到了从我的数据库中显示名称的问题。
英文: having trouble display the name from my database 问题 //this class to login public mClass() { // ....
尝试从文本区写入文件,并从文件写入文本区
英文: Trying to write to file from text area and write to text area from file 问题 class Window { file =...
Java JFrame 意外怪异地删除组件
英文: Java JFrame Removing Components Weirdly by Accident 问题 package com.company; import javax.swing.*...
Runnable JAR未检测到logback.xml配置。
英文: Runnable JAR not detecting logback.xml configuration 问题 以下是翻译好的部分: 我有一个Java的Maven应用程序,其中我创建了一个Sw...
57