I've written a draw-application. Now I want to integrate this
application in another. But: I cannot add the toolbar of my
draw-application to the frame of the parent-application. So I want to
create a JDialog ( or JFrame or whatever ) that is not modal but stays
in the foreground of the parent-application anyways, containing my
toolbar. But I don't know how to realise this.
Does anybody have an idea?
Thanks a lot!
Bernd Armbruster
> So I want to
> create a JDialog ( or JFrame or whatever ) that is not modal but
> stays in the foreground of the parent-application anyways,
That's not possible with pure Java.
>:Hello Everybody!
A JDialog which has been given an owning JFrame will stay in front of
that JFrame without being modal.
But why can't you use a JToolbar in your application's main frame?
= Steve =
--
Steve W. Jackson
Montgomery, Alabama