You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the sample “SampleBrowserSWT” ,I click on a link to open a new window in browser,and I want to add a new tabItem in tabFolder , but it's not work.I found the following sentence statement Error when I am Debugging:final Runnable focusLastTab = new Runnable() { public void run() { if (!folder.isDisposed()) { folder.setSelection(folder.getItemCount() - 1); setNavControl(); setFocus(); } } };Can you help me to solve this?
The text was updated successfully, but these errors were encountered:
When I run the sample “SampleBrowserSWT” ,I click on a link to open a new window in browser,and I want to add a new tabItem in tabFolder , but it's not work.I found the following sentence statement Error when I am Debugging:
final Runnable focusLastTab = new Runnable() { public void run() { if (!folder.isDisposed()) { folder.setSelection(folder.getItemCount() - 1); setNavControl(); setFocus(); } } };
Can you help me to solve this?The text was updated successfully, but these errors were encountered: