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.
我有一些使用 JTabbedPane java 6 扩展的代码(它使用方法 indexOfTabComponent(Component)) 我怎样才能使这个代码与 java 5 兼容?
请不要告诉我升级到 java 6,我不能。
一种选择是扩展JTabbedPane大约 1.5 并indexOfTabComponent(Component)在您的扩展中实现,然后切换您的代码以使用您的新扩展。
indexOfTabComponent(Component)
insertTab()如本例所示,您可以使用 做很多事情。
insertTab()