Ignore:
Timestamp:
01/28/14 17:06:51 (10 years ago)
Author:
ngw8
Message:

Updates to new webparser/converter - now gives a tidier, more usable conversion. A lot of the code is copied from the old parser, so still need to go through and make it more efficient (and tidier) for the new approach.

File:
1 edited

Legend:

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

    r766 r767  
    528528
    529529        public void getFrameNew() {
    530                 // this.setSize(1000, 100000);
     530                // this.setSize(1000, 1000);
    531531                // this._browser.setBounds(getX(), getY(), getWidth(), getHeight());
    532 
    533532                // this.layout(this._browser);
     533
    534534                try {
    535                         WebParser.parsePageSimple(this._browser.webEngine, this._browser.webview, (JComponent) this._browser.jfxPanel, DisplayIO.getCurrentFrame());
     535                        WebParser.parsePageSimple(JfxBrowser.this._browser.webEngine, JfxBrowser.this._browser.webview, (JComponent) JfxBrowser.this._browser.jfxPanel, DisplayIO.getCurrentFrame());
    536536                } catch (Exception e) {
    537537                        e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.