Skip to content

This repository consists the assignments, classwork, activity, study materials, question papers, JavaFX sdk download for Mac, and my answer sheets for: Programming in Java (CSE2006) offered in the Interim Semester2023-24.

Notifications You must be signed in to change notification settings

Pulkit1822/CSE2006-Programming-in-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository consists the assignments, classwork, activity, study materials, question papers, JavaFX sdk download for Mac, and my answer sheets for: Programming in Java (CSE2006) offered in the Interim Semester2023-24.


💡 Explore Sponsorship Options

To support this project, explore sponsorship options available for this repository, as every contribution counts and your support will greatly benefit its development 😊


Result

Here are my scores: Result


Contents

The assignments demonstrate skills in:

  • Core Java
  • JavaFX

Setup

Windows

  1. Install Java JDK from [https://www.oracle.com/java/technologies/downloads/#jdk18-windows]

  2. Download JavaFX SDK from [https://gluonhq.com/products/javafx/]

  3. Setup JAVAFX_HOME system variable

  4. Add JavaFX modules to modulepath javac --module-path %JAVAFX_HOME% --add-modules javafx.controls Assignment.java

  5. Run the application java --module-path %JAVAFX_HOME% --add-modules javafx.controls Assignment

Linux

  1. Install OpenJDK from [https://openjdk.java.net/install/]

  2. Download JavaFX SDK from [https://gluonhq.com/products/javafx/]

  3. Setup JAVAFX_HOME system variable

  4. Add JavaFX modules to modulepath javac --module-path $JAVAFX_HOME --add-modules javafx.controls Assignment.java

  5. Run the application java --module-path $JAVAFX_HOME --add-modules javafx.controls Assignment

Mac OS

  1. Install Oracle JDK from [https://www.oracle.com/java/technologies/downloads/#jdk18-mac]

  2. Download JavaFX SDK from [https://gluonhq.com/products/javafx/]

  3. Setup JAVAFX_HOME environment variable

  4. Add JavaFX modules to modulepath javac --module-path $JAVAFX_HOME --add-modules javafx.controls Assignment.java

  5. Run the application java --module-path $JAVAFX_HOME --add-modules javafx.controls Assignment

Feedback

If you have any feedback, suggestions, or questions regarding this repository, please feel free to open an issue or contact me below on any of the platforms you prefer 😊

portfolio    Linkedin Logo    Gmail logo    Instagram Logo    Pinterest Logo    Twitter Logo   

Happy learning and coding!


If you find this repository useful, don't forget to star it! ⭐️

Written by Pulkit

About

This repository consists the assignments, classwork, activity, study materials, question papers, JavaFX sdk download for Mac, and my answer sheets for: Programming in Java (CSE2006) offered in the Interim Semester2023-24.

Topics

Resources

Stars

Watchers

Forks

Languages