You should try to subclas from JComponent or one of its descendents since that will automatically make your object accessible. If that is not possible,your object should implement Accessible.
...全文
983打赏收藏
哪为仁兄能帮我翻译一下?
the quintessential accessible object You should try to subclas from JComponent or one of its descendents since that will automatically make your object accessible. If that is not possible,your object should implement Accessible.