JDialog problem.

Hi,

I have a application for image softproofing.

It supports fullscreen view of a image.

For fulscreen I am using a class and i am passing Japplet

rootpanecontainer to it.

Then i am creating a dialog using parent frame JDialog (Frame rootpanecontainer ),named fullscreen and adding the image jscrollPane to fullscreen dialog.

I also add a toolbar in a jDialog whose parent Frame is fullscreen dialog .

toolbar has various buttons and comboboxes.toolbar is set to visible true when fulscreendialog is shown.toolbar is floatable can be closed.

The Problem I am facing is that JcomboBox items selection via mouse doesn't work in MAC machine.It does work in normal mode.Works fine on windows in fullscreen mode or normal mode but doesn't work in MAC machine in fullscreen mode.

May be combobox dropdown gets overlapped with fullscreen dialog's container.. The items in the dropdown are visible but can not be selected.

When i add the toolbar itself inside the fullscreen dialog instead of adding it in another dialog,It works fine ,but I want toolbar to be added to a dialog so it can be closed or moved if needed.

Is there any work-around this issue?

[1224 byte] By [sunilbelurgikara] at [2007-11-27 10:04:53]
# 1
Can you post some code? I'm on a Mac I'll try and fix it for you.
sleggea at 2007-7-13 0:39:53 > top of Java-index,Desktop,Core GUI APIs...