We are looking for someone to develop a simple JAVA desktop application.
The application just needs to embed the default browser with a predefined URL.
In the right corner below the browser there should be space for text (one text line).
The application should show the following navigation buttons:
1. Back
2. Forward
3. Refresh
4. Stop
5. Online
(open default browser with predefined URL in it’s own window)
And the URL bar.
It has to run on Windows, Linux and OSX. There should be an OS check at startup:
1. If Windows: check default browser:
depending on this use IEembed or Firefox embed
2. If Linux: Always embed Firefox, check if it’s present:
if not show/prompt error and link to download location
2. If OSX: Always embed Firefox, check if it’s present:
if not show/prompt error and link to download location
For the program icon, we would like to use a custom icon if possible.