[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.ve] Re: Design View

The approach I have in mind that for every customized dialog, I will have a different view where I can customize it.

For example, lets say, to create an 'About' dialog for the application, I will create a new Class extending from JDialog and I will put the required components. On the other hand, I will my main frame in a separate class which has a 'About' button whose 'actionPerformed' event is implemented to display 'About' dialog.

So, I see two different classes. Hence I am not able to appreciate the need to see the same dialog in my main frame class view. Hence my opinion is to disable child components being displayed with the main frame.

But  I guess VE doesn't have the same thought process. If possible if a setting in 'Preference' which can disable this kind of views it would be good.

I appreciate your inputs, thank you.