Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » JFace in VE
JFace in VE [message #611966] Mon, 06 February 2006 00:06
Peter is currently offline PeterFriend
Messages: 51
Registered: July 2009
Member
Hi,
is it possible to render this window in VE?

public class JFaceMain extends ApplicationWindow {
public JFaceMain(){
super(null);
}
public static void main(String[] args) {
JFaceMain window = new JFaceMain();
window.setBlockOnOpen(true);
window.open();
Display.getCurrent().dispose();
}
}

If not, how do you solve the problem when you want to use jface(windows,
actions) but draw the GUI in VE.

Thank you
Previous Topic:VE JMenu RollOverIcon
Next Topic:VE in Eclipse 3.1.2 (Linux)
Goto Forum:
  


Current Time: Fri Apr 26 05:30:40 GMT 2024

Powered by FUDForum. Page generated in 0.02592 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top