Created
January 9, 2014 06:07
-
-
Save alokomkar/8330081 to your computer and use it in GitHub Desktop.
Custom Web Browser creation using Java FX and Swing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package FXBrowser; | |
| public interface DefaultURL { | |
| //The default URL. | |
| public static final String DEFAULT_URL = "http://365programperday.blogspot.in/"; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment