Skip to content

wave-rider/LearningJava

Repository files navigation

6-Mar-2025

o install PlantUML in IntelliJ IDEA, follow these steps:

  1. Install the PlantUML Plugin Open IntelliJ IDEA. Go to File > Settings (Preferences on macOS). Navigate to Plugins. In the search bar, type PlantUML Integration. Click Install on the PlantUML Integration plugin. Restart IntelliJ IDEA.
  2. Install Graphviz (Required for Rendering) PlantUML requires Graphviz to generate diagrams.

Windows: Download Graphviz from: https://graphviz.gitlab.io/download/ Install it and add its bin folder to the system PATH. macOS: Run: brew install graphviz

7-May-2024

Fix Error: JavaFX runtime components are missing, and are required to run this application --module-path "\path\to\javafx-sdk-17\lib" --add-modules javafx.controls,javafx.fxml

5-May-2024

Installed UML gen plugin to InteliJ by Alessandro Caldonazzi

1-May-2024

Java FX Scene Builder

LearningJava

This repo contains some code from the Big Java, Early objects code https://horstmann.com/bigjava/

#29.12.2023

Big Java. Early objects book

You can construct new objects, put them on the workbench, invoke methods, and see the return values, all without writing a line of code. You can download BlueJ`` at no charge from www.bluej.org. Another excellent environment for interactively exploring objects is Dr. Java at drjava.sourceforge.net`.

Installed IntelliJ IDEA Community Edition

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages