[ https://issues.apache.org/jira/browse/PIVOT-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830862#action_12830862 ]
Dmitry Mamonov commented on PIVOT-30: ------------------------------------- I have implemented WtkxBrowser in pivot-1.4, see project page http://code.google.com/p/wtkxbrowser/ I have intended to implement it like real browser to make user to feel comfortable, accustomed. At least it was intention. How it works: 1. Each browser-tab has it's own "model" - list of files. 2. For currently displayed tab - list of files is polling, and if some change in files data catched then tab redisplayed. 3. Apllication state is persistent berween runs. Session data is storeid into WtkxBrowserSession.json file in "." directry. Thing which not works yet: 1. width/height fields is not used yet, the idea was to make tab-panal size of specifies width/height size, but I'm not sure if it is really useful. 2. Message "Please select..." is not appeared time to time, e.g. when switching from one empty tab to another, or when first empty tab displayed. 3. WTKX files with resources, e.g. ImageData, is not displaying correctly. Extra dependencies: 1. commons-io-1.4 is used to read and write files data ----- Remarks please :) > GUI builder > ----------- > > Key: PIVOT-30 > URL: https://issues.apache.org/jira/browse/PIVOT-30 > Project: Pivot > Issue Type: New Feature > Components: wtk > Reporter: Greg Brown > Fix For: 2.0 > > Attachments: WtkxBrowser.PNG, WtkxBrowser0.0.1.zip > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.