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.
我正在尝试构建一个简单的管理系统,并且我想显示存储所有作业的队列。是否有一个摆动的小部件可以用来实现它?干杯
最适合显示队列的 Swing 组件可能是JList或JTable。
如何将数据放入 Swing 组件取决于您的队列是如何实现的。