Skip to content

Instantly share code, notes, and snippets.

View MichaelNgogoyo's full-sized avatar

Ngogoyo Michael MichaelNgogoyo

View GitHub Profile
module Tic.Tac.Toe {
requires javafx.web;
requires javafx.media;
requires javafx.graphics;
requires javafx.fxml;
requires javafx.controls;
requires javafx.base;
requires javafx.swt;
opens sample;