diff options
author | Marko Gronroos <magi@vaadin.com> | 2016-05-20 14:44:42 +0300 |
---|---|---|
committer | Marko Grönroos <magi@vaadin.com> | 2016-06-30 11:13:20 +0000 |
commit | 93767cf76b2fb14c65b758066c67fc8b48cc2eeb (patch) | |
tree | 958ddb8c45271e9a505280ef750ae07ebeda170f /documentation/getting-started/getting-started-idea.asciidoc | |
parent | edad7348bb8eba807225bfa72d4b0a4342426c71 (diff) | |
download | vaadin-framework-93767cf76b2fb14c65b758066c67fc8b48cc2eeb.tar.gz vaadin-framework-93767cf76b2fb14c65b758066c67fc8b48cc2eeb.zip |
Scaled images for print edition and fixed errors up to the beginning of layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview.
Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d
Diffstat (limited to 'documentation/getting-started/getting-started-idea.asciidoc')
-rw-r--r-- | documentation/getting-started/getting-started-idea.asciidoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/getting-started/getting-started-idea.asciidoc b/documentation/getting-started/getting-started-idea.asciidoc index c573770755..74f155a6d8 100644 --- a/documentation/getting-started/getting-started-idea.asciidoc +++ b/documentation/getting-started/getting-started-idea.asciidoc @@ -35,7 +35,7 @@ the [guilabel]#Java SDK# to be used for the project. Vaadin requires at least Java 6. If you have not configured a Java SDK previously, you can configure it here. + -image::img/idea-newproject-1.png[] +image::img/idea-newproject-1.png[scaledwidth=100%] + Click [guibutton]#Next#. @@ -45,7 +45,7 @@ Click [guibutton]#Next#. path. You probably also want an application stub, so select [guilabel]#Create sample application# and give a name for the generated UI class. + -image::img/idea-newproject-2.png[] +image::img/idea-newproject-2.png[scaledwidth=100%] + Do __not__ click [guibutton]#Finish# yet. @@ -54,7 +54,7 @@ Set it as an integrated server that you have configured in IntelliJ IDEA, as des ifdef::web[] + -image::img/idea-newproject-3.png[] +image::img/idea-newproject-3.png[scaledwidth=100%] endif::web[] . Click [guibutton]#Finish#. @@ -62,7 +62,7 @@ endif::web[] The project is created with the UI class stub and a [filename]#web.xml# deployment descriptor. -image::img/idea-newproject-4.png[] +image::img/idea-newproject-4.png[scaledwidth=100%] The wizard does not currently create a servlet class automatically, and uses Servlet 2.4 compatible deployment with a [filename]#web.xml# deployment @@ -92,7 +92,7 @@ server using a run/debug configuration. . Enter a project name, location, and the Java SDK to be used for the project. Vaadin requires at least Java 6. + -image::img/idea-maven-newproject-1.png[] +image::img/idea-maven-newproject-1.png[scaledwidth=100%] + Click [guibutton]#Next#. //<?dbfo-need height="6cm" ?> @@ -101,7 +101,7 @@ Click [guibutton]#Next#. [guilabel]#Version# for the project, or use the defaults. + -image::img/idea-maven-newproject-2.png[] +image::img/idea-maven-newproject-2.png[scaledwidth=100%] . Check [guilabel]#Create from archetype# //<?dbfo-need height="6cm" ?> |