score:1
Accepted answer
you need to set a layout on the composite
so that it fills the data area:
composite composite = new composite(getcontainer(), swt.none);
composite.setlayout(new filllayout());
if you want to use the formtoolkit
code a lot then formeditor
provides more support for this.
score:0
you should override addpages()
.
javadoc says:
subclass should implement this method to add pages to the editor using addpage(iformpage)
method.
Source: stackoverflow.com
Related Query
- Making an editor page with sections doesnt work (eclipse, java)
- Watch expression doesnt show value in eclipse with java
- Getting Eclipse Java Organize Imports to work with Google checkstyle
- Set up Eclipse to work with Java EE
- java with eclipse - lost design page
- Best way to work with Java projects using Maven and Eclipse with embedded Tomcat?
- Configuring Maven in Eclipse to work with Java source level 7
- Learning Eclipse Visual Editor Swing with Java
- Eclipse 4.6 code completion does not work with Java 9
- Java Eclipse JCurses Library doesnt work after hours of triing of fixing it
- Getting Apache POI to work with Java on Eclipse - how to build
- lombok import and @yyy does not work in java with eclipse
- Eclipse 2021-06 Java editor surrounds past with escape characters on copy and paste
- ElementNSImpl does not work in Eclipse with Java Zulu 11
- Work with JAVA SE and JAVA EE in Eclipse at the same time
- eclipse Java autocompletion doesnt work
- Will Eclipse IDE 3.6.2 work just fine with OpenJDK Java 1.6?
- Playing videos works fine in Eclipse but when exporting the java project as an runnable JAR file it doesnt work anymore
- Why can't maven plugin work with eclipse java compiler?
- Best way to configure Eclipse to work with Maven projects and Java modules
- How do I make the Eclipse AST parser work with Java 9?
- how to work with maven under eclipse ("This compilation unit is not on the build path of a java project")
- Can't get eclipse to work with java
- How to open a java file with java editor that eclipse owns?
- Java App developed in Eclipse don't work in web page
- eclipse editor, how to work with text editor (theme) when working with a specific perspective?
- Upload with HTTP out of Java doesnt work when file includes "class"
- How to turn off the Eclipse code formatter for certain sections of Java code?
- Work on a remote project with Eclipse via SSH
- How to downgrade Java from 9 to 8 on a MACOS. Eclipse is not running with Java 9
More Query from same tag
- Creating a File in Java
- Cannot Toggle TAFJ Project Nature in Temenos R19 Design Studio
- Signed App cant install on low end tablet
- String.replace() method not printing full string in java
- Eclipse :strange behaviour of PHP editor - colored blocks, etc
- how to get Eclipse Workspace Location URI
- view/motionEvent cannot be resolved to a variable swipe
- Eclipse stops Recognizing object (Android)
- Why does Eclipse complain about dead code?
- Can't finish Eclipse Plug-in Project Wizard when choosing RCP
- In Eclipse, what is the difference between modulepath and classpath?
- Google USB Package isn't showing in SDK Mananger
- Manifest file doesn't contain the correct activites in my project
- error starting tomcat 7 from eclipse
- Can't use Segger J-link in Eclipse
- Open declaration in other window in eclipse
- Java, I need help instantiating an object
- No server runtime environment for GlassFish on eclipse kepler?
- Maven archetype for java ee 6 and eclipse
- Eclipse: Feature Category does not appear in update site
- eclipse CDT esp-idf build but don't flash
- Extract command line arguments from eclipse Run Configuration
- Eclipse syntax coloring settings gone.
- Export Eclipse plugin as directory on Mac
- How can I uninstall Egit feature from Juno?
- Can't install Android plugin for Eclipse on MacOS X (Leopard)
- Main method not found error despite it being there (possibly error with selenium)
- Your project contains error(s), please fix it before running it
- Loading DLL in Java - Eclipse - JNI
- The type org.eclipse.ui.texteditor.* is not visible