Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Adding JButton from canvas to JFrame


Hi Janak,

No that should be possible, unless the JFrame doesn't have a content pane exposed to the VE. You don't actually drop JButtons on a JFrame, you drop them on the content pane. If there is no content pane, then you need to use the popup menu on the JFrame to create a content pane.

Rich


"Janak Mulani" <janak.mulani@xxxxxxxxx>
Sent by: ve-dev-bounces@xxxxxxxxxxx

11/15/2006 06:49 AM

Please respond to
Discussions people developing code for the Visual Editor project        <ve-dev@xxxxxxxxxxx>

To
"ve-Dev@Eclipse. Org" <ve-dev@xxxxxxxxxxx>
cc
Subject
[ve-dev] Adding JButton from canvas to JFrame





Hi,

In VE 1.2, if I have JButton on canvas and I drag it to JFrame on the
canvas, it does not allow the drop to happen.

This was not the case in VE 1.1.

Is this intentional?

Thanks and regards,

Janak

_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top