Skip to content

Instantly share code, notes, and snippets.

@alokomkar
Created January 9, 2014 06:07
Show Gist options
  • Select an option

  • Save alokomkar/8330081 to your computer and use it in GitHub Desktop.

Select an option

Save alokomkar/8330081 to your computer and use it in GitHub Desktop.
Custom Web Browser creation using Java FX and Swing.
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