Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
applications:replace_about [2019/03/27 08:40] admin |
applications:replace_about [2020/07/03 12:52] (current) cduncan Capitalization |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Replacing standard About dialog~~ | + | ~~Title: Replacing Standard About Dialog~~ |
It's not tricky to replace the standard About dialog. Simply override the method | It's not tricky to replace the standard About dialog. Simply override the method | ||
Line 11: | Line 11: | ||
} | } | ||
</file> | </file> | ||
- | in your custom Application class. If you don't have a custom application class, simply create one by extending ProjX. The class should be stored in the src.client folder. Be sure that you change your launcher files and the deployment descriptor (replace ProjX with your application class). | + | in your custom application class. If you don't have a custom application class, simply create one by extending ProjX. The class should be located in the **src.client** folder. Be sure that you change your launcher files and the deployment descriptor (replace ProjX with your application class). |
Your //DemoAbout// class should extend the ProjX' //About// class: | Your //DemoAbout// class should extend the ProjX' //About// class: |