Skip to content
Advertisement

Tag: arrays

How to Insert Data To Array

I want to save a “AromaNorm” into NormalisasiT1 array, but i had a error : AWT-EventQueue-0 java.lang.NullPointerException Can you help me? Here the Code Answer you should initialize the array the array is null so it throws NPE.

Scrolling text effect on 2D array

For a project I am working on I would like to be abbe to “scroll” an array like so: Here is the code I have so far: private boolean[][] display = this.parseTo8BitMatrix(“Here”); private int scroll = …

Advertisement