active questions tagged addressability - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T17:01:57Zhttp://stackoverflow.com/feeds/tag/addressabilityhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/302606/how-do-you-make-a-swing-jface-swt-gui-addressable5How do you make a Swing/JFace/SWT GUI addressable?Nicolas Marchildon2008-11-19T16:59:46Z2008-11-22T13:52:21Z
<p>I have a "fat" GUI that it getting fairly complex, and I would like to add links from a place to an other, and add back/forward buttons to ease navigation. It seems to me that this would be easier if my application was addressable: each composite could have its URI, and links would use that URI.</p>
<p>Are there design patterns applicable to this problem?</p>
<p>I could just look at the source code for Firefox or Eclipse, but these are huge projects and it would take a good amount of time making sense of it, so I'm asking here. Is there a simpler example somewhere?</p>
<p>Of course it would be simpler if I had build a web app in the first place, but I'm not going to rewrite this huge app from scratch anytime soon.</p>