Maximize of the dockable

Hi,

A dockable is maximized compared to its station. Can we make it grow compared to the frame ?

Thx

Not quite sure I understand: you mean the Dockable takes up all the space available of the screen? I plan to implement something similar for the next release (maximization for ScreenDockStations), that mechanism might be useful for what you describe. But currently there is not much around to help you.

Hello,

k, I will wait for the new release
Meanwhile and if I’m using the core project, when I click on the maximize action which action in the framework is called. I need to check the piece of code that make the maximize :slight_smile:

Thx

The action that was created by SplitDockStation.createFullScreenAction is called. Normally that is an instance of SplitFullScreenAction.

Thank you for you answer
I have several swing look & feel in my application. Is it possible to change the maximize and normalize icon at runtime when I change the look & feel?

Thx

You can change the icons. All icons are stored in a map called the “IconManager”, accessible through DockController.getIcons(). The keys for the icons are listed in a file called “icons.ini” which is stored in the directory “src/data/*”.