Hello!
I tried to make a splash screen it didn't work.
Here is the error message: Exception in thread "main" java.lang.Error: Unresolved compilation problems:
JSplash cannot be resolved to a type
JSplash cannot be resolved to a type
at com.mime.splashscreen.SplashScreen.main(SplashScre en.java:8)
The code is:
package com.mime.splashscreen; public class SplashScreen { private static final String Color = null; public static void main(String[] args) { JSplash splash=new JSplash(SplashScreen.class.getResource("splash.png"), true, true, false, "V1", null, java.awt.Color.RED, java.awt.Color.BLACK); } }