Ulrich Mayring wrote:
Berin Loritsch wrote:
In conjunction with what I have been doing at work, I have been working
on an Avalon based variation of the GUI app. After a while of working
on the infrastructure (which is pretty much done), I have something that
is actually quite nice.
There is a rumor going around that makes me believe that this variation
will not see the light of day--which is a real bummer because it is much
nicer to work with than what I was given.
The infrastructure is actually pretty simple. All screens and dialog
boxes are addressed via URIs--along with the "browser" elements. The
"browser" elements are resources that are viewed by external programs.
(At least until I write a more robust HTML browser in Java... but I'm
not so inclined for the time being).
Is it possible to render a Swing GUI with it or just HTML?
THe "Browser" is any old resource--word documents, HTML, PDF docs,
compiled help, etc.
There is another GUI element called a "Screen". That is for your Swing
GUI. Everything is done as a JPanel--that way you can embed the
"Screen" in a larger context, or display it in the main area, or display
it as a dialog box. All with the same class. It's the way Swing was
meant to be ;P
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]