Ignore:
Timestamp:
11/26/13 14:14:09 (11 years ago)
Author:
jts21
Message:

Tested JfxBrowser with proxy auth (working), fixed some mistakes in proxy auth error messages, also tested JfxBrowser on Java 8 (seems to work perfectly with no changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/widgets/JfxBrowser.java

    r534 r536  
    212212
    213213        public JfxBrowser(Text source, String[] args) {
    214                 super(source, new WebBrowserPanel("http://waikato.ac.nz"), -1, 500, -1, -1, 300, -1);
     214                // Testing proxy auth
     215                super(source, new WebBrowserPanel("http://stackoverflow.com"), -1, 500, -1, -1, 300, -1);
    215216
    216217                _browser = (WebBrowserPanel) _swingComponent;
Note: See TracChangeset for help on using the changeset viewer.