user interface - Embedding JavaScript/HTML in AnyLogic application -
i'm developing java program in anylogic requires complex, dynamic interface. painfully tedious , downright unmaintainable in java, -- given wide array of ui-related libraries -- should relatively simple implement in javascript. i'm therefore trying embed web view java application using javafx's webbrowser
, , webengine
. i can load website per tutorial. however, when click in window nothing responsive: no links work, scrollbar doesn't respond, , menu items fail respond. missing something? there way inject click manually web page? (is embedding web browser sensible way accomplish i'm trying accomplish?)
my problem tool-specific: environment use (anylogic v7.x) uses embedded jpanel draw shapes user not directly access. while shapes can added environment shape, don't receive normal input (e.g., mouse input) unless added jpanel instead. (adding them in way brings own complications managing zooms , translations manually, that's beyond scope of question.)
Comments
Post a Comment