class of windowFinder windowClass

View: New views
4 Messages — Rating Filter:   Alert me  

class of windowFinder windowClass

by Pierre-Yann Bridé :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Can I put any container class in windowClass (like a JPanel)?

Thanks,
PBY

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: class of windowFinder windowClass

by Nobuhiko YASUNAKA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pierre-Yann Bridé wrote:
> Can I put any container class in windowClass (like a JPanel)?

You can put only root container classes as a windowClass.
A root container is one of following classes:

- java.awt.Window
     (Frame, JFrame, Dialog, JDialog, JWindow etc...)

- javax.swing.JInternalFrame
     (or javax.swing.JInternalFrame.JDesktopIcon)

- java.awt.Applet

- javax.swing.JPopupMenu

--
----------------------------------------------------
Nobuhiko YASUNAKA

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: class of windowFinder windowClass

by Pierre-Yann Bridé :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok, thanks.

So I need to change a little my application, so each component have
unique name (the GUI is automatically generated from reusable components)

The component viewer is great, it helped me a lot. I even managed to use
it with my applet. But what is the "L" button?

PBY

Nobuhiko YASUNAKA wrote:

> Pierre-Yann Bridé wrote:
>
>> Can I put any container class in windowClass (like a JPanel)?
>
>
> You can put only root container classes as a windowClass.
> A root container is one of following classes:
>
> - java.awt.Window
>     (Frame, JFrame, Dialog, JDialog, JWindow etc...)
>
> - javax.swing.JInternalFrame
>     (or javax.swing.JInternalFrame.JDesktopIcon)
>
> - java.awt.Applet
>
> - javax.swing.JPopupMenu
>
> --
> ----------------------------------------------------
> Nobuhiko YASUNAKA
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: class of windowFinder windowClass

by Nobuhiko YASUNAKA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pierre-Yann Bridé wrote:
> The component viewer is great, it helped me a lot. I even managed to use
> it with my applet. But what is the "L" button?
>
> PBY

Currently, no action is assigned to that button.
It will be 'enlarge' button later.

--
----------------------------------------------------
Nobuhiko YASUNAKA

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...