diff --git a/tutorials/Getting_Started/README.md b/tutorials/Getting_Started/README.md index 3ec464f9fe..69e7af4b62 100644 --- a/tutorials/Getting_Started/README.md +++ b/tutorials/Getting_Started/README.md @@ -24,11 +24,9 @@ which creates a Compose application automatically. Note that JDK must be at least JDK 11, and to use the native distribution packaging, JDK 15 or later must be used. -Create new project 1 +Create new project 1 -Create new project 2 - -Create new project 3 +Create new project 2 ### IDE plugin @@ -145,20 +143,20 @@ fun main() = application { Open `build.gradle.kts` [as a project](https://www.jetbrains.com/help/idea/jetgradle-tool-window.html) in IntelliJ IDEA. -New project +New project After you download the Compose for Desktop dependencies from the Maven repositories, your new project is ready to go. Open the Gradle toolbar on the right and select `sample/Tasks/compose desktop/run`. The first run may take some time. Afterwards, the following dialog will be shown: -Application running +Application running You can click on the button several times and see that the application reacts and updates the UI. Running and debugging the `main()` function using run gutter is also supported. -Application running +Application running ## Next steps diff --git a/tutorials/Getting_Started/screen6.png b/tutorials/Getting_Started/app-run.png similarity index 100% rename from tutorials/Getting_Started/screen6.png rename to tutorials/Getting_Started/app-run.png diff --git a/tutorials/Getting_Started/screen2.gif b/tutorials/Getting_Started/app.gif similarity index 100% rename from tutorials/Getting_Started/screen2.gif rename to tutorials/Getting_Started/app.gif diff --git a/tutorials/Getting_Started/screen1.png b/tutorials/Getting_Started/open.png similarity index 100% rename from tutorials/Getting_Started/screen1.png rename to tutorials/Getting_Started/open.png diff --git a/tutorials/Getting_Started/screen3.png b/tutorials/Getting_Started/screen3.png deleted file mode 100644 index 3715bbcb29..0000000000 Binary files a/tutorials/Getting_Started/screen3.png and /dev/null differ diff --git a/tutorials/Getting_Started/screen4.png b/tutorials/Getting_Started/screen4.png deleted file mode 100644 index 5718eb7d36..0000000000 Binary files a/tutorials/Getting_Started/screen4.png and /dev/null differ diff --git a/tutorials/Getting_Started/screen5.png b/tutorials/Getting_Started/screen5.png deleted file mode 100644 index 6e90cd01b4..0000000000 Binary files a/tutorials/Getting_Started/screen5.png and /dev/null differ diff --git a/tutorials/Getting_Started/wizard1.png b/tutorials/Getting_Started/wizard1.png new file mode 100644 index 0000000000..8c380a7bd2 Binary files /dev/null and b/tutorials/Getting_Started/wizard1.png differ diff --git a/tutorials/Getting_Started/wizard2.png b/tutorials/Getting_Started/wizard2.png new file mode 100644 index 0000000000..32ffc5a524 Binary files /dev/null and b/tutorials/Getting_Started/wizard2.png differ diff --git a/tutorials/Web/Getting_Started/README.md b/tutorials/Web/Getting_Started/README.md index a074b7fa70..a64cbe8e48 100644 --- a/tutorials/Web/Getting_Started/README.md +++ b/tutorials/Web/Getting_Started/README.md @@ -12,9 +12,11 @@ You need to have the following software installed before you begin: ## Creating a new project -If you don't want to create the project manually, you can [download the template here](https://github.com/JetBrains/compose-jb/tree/master/templates/web-template) +You can create the project by [downloading the template here](https://github.com/JetBrains/compose-jb/tree/master/templates/web-template) or using the Project Wizard in IDEA: -The project wizard doesn't support Compose for web projects yet, so we need to perform the following steps: +Create new project + +If you want to create the project manually, perform the following steps: #### 1. Create a Kotlin Multiplatform project: - Select `Gradle` on the left menu diff --git a/tutorials/Web/Getting_Started/wizard.png b/tutorials/Web/Getting_Started/wizard.png new file mode 100644 index 0000000000..7a038042e3 Binary files /dev/null and b/tutorials/Web/Getting_Started/wizard.png differ