public class Bitmap extends javafx.application.Application
To learn more about the man who led the team that created the Java programming language, take a look at this article on Wikipedia.
The University of Minnesota is the home of an archive that holds documents related to the history of computing. It is the Charles Babbage Institute.
This photograph is by AlexiusHoratius (Own work) [CC BY-SA 3.0 (https://creativecommons.org/licenses/by-sa/3.0) or GFDL (http://www.gnu.org/copyleft/fdl.html)], via Wikimedia Commons
Modifier and Type | Field and Description |
---|---|
private static int |
HEIGHT |
private static int |
WIDTH |
Constructor and Description |
---|
Bitmap() |
Modifier and Type | Method and Description |
---|---|
private javafx.scene.paint.Color |
computeColor(int row,
int column) |
static void |
main(java.lang.String[] args) |
void |
start(javafx.stage.Stage stage) |
private static final int WIDTH
private static final int HEIGHT
public Bitmap()
public void start(javafx.stage.Stage stage)
start
in class javafx.application.Application
private javafx.scene.paint.Color computeColor(int row, int column)
public static void main(java.lang.String[] args)