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.
自从我构建应用程序以来,我一直在菜单选项卡中使用文本。但现在我想将文本更改为图标。问题是,我的应用程序通过选项卡的字符串“知道”选择了哪个选项卡。但是现在我更改了图标中的文本,它不能再使用 tab.getText() 了。
任何想法如何解决这个问题?我试过 .getIcon() 但它每次都返回一个不同的字符串。
问候
忘记了 getPosition()!这是我的问题的解决方案。