Thanks nepomuk but i still have problems....the thing is i want to know whether if i select a button from one class file n want to get that selection for the other class file, can do like that? it is because when i run the application i want to set the language using button in main class n when i open the other class, it automatically
set language followed by the button selection from other class..
can i do that in java swt? do i hv...
User Profile
Collapse
-
How to set language in other page once we did the changes in main page
Hi im newbie to java, and i want to set the language change according to main page..how to create it?
here is my coding:
main page:
[CODE=java] import org.eclipse.swt .SWT;
import org.eclipse.swt .widgets.Button ;
import org.eclipse.swt .widgets.Displa y;
import org.eclipse.swt .widgets.Label;
import org.eclipse.swt .widgets.Shell;
import org.eclipse.swt .widgets.Text;
import org.eclipse.swt .events.Selecti onAdapter;...
No activity results to display
Show More
Leave a comment: