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.
我写了一个课程计划/时间表。我只想这样:
在表格的右侧,它将是添加课程的表格。您认为最好使用控件 JTable 吗?
JTable 不适用于时间表、调度程序的 JComponent
使用 SpringLayout 铺设的 JPanel、GridBagLayout、自定义 TableLayout
在任何元素可扩展或可拖动的情况下使用 AbsoluteLayout