项目作者: Kruna1Pate1

项目描述 :
⛈Desktop weather application using JavaFX 🌦
高级语言: Java
项目地址: git://github.com/Kruna1Pate1/WeatherFX.git
创建时间: 2021-04-17T04:35:54Z
项目社区:https://github.com/Kruna1Pate1/WeatherFX

开源协议:

下载


⛈ WeatherFX ⛈

About WeatherFX

WeatherFx is created in JavaFX whcih peovide current weather for any city. It uses openweathermap api for fetching data.


Installation from source

For installing from source with vscode follow below steps :

In cmd type

  1. git clone https://github.com/Kruna1Pate1/WeatherFX.git
  2. code WeatherFx

In explorer panel at below in Java Project you will see Refrenced Libraries.

Click on + and add javaFX refrence libraries. For downloading them visit here

Now you have to make some changes in .vscode/launch.json to able to run this.

Go to line 31

  1. replace
  2. "vmArgs": "--module-path \"D:/Program Files - D/JavaFXlib/javafx-sdk-11.0.2/lib\" --add-modules javafx.controls,javafx.fxml",
  3. with
  4. "vmArgs": "--module-path \"<your-refrence-lib-path>\" --add-modules javafx.controls,javafx.fxml",

Preview

Preview-1

Preview-2