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
{{ message }}
This repository was archived by the owner on Jun 12, 2019. It is now read-only.
This is a project that migrates the SWING Java API to SWT Java API automatically.
NOTE: This is a bachelor degree undergraduate subject project.
In this project I have implemented the simple transformation algorithm from SWING to SWT, which can change a java file based on SWING to SWT API and automatically migrate the widget from SWING to SWT API(JButton to Button, JPanel to Composite. etc.).
Also, I have built a graphic user interface for this task for easy use, which can show the main transform procedure.