mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
12 lines
285 B
Java
12 lines
285 B
Java
package processing.app.ui;
|
|
|
|
|
|
// Stub class for backwards compatibility with the ant-build system
|
|
// This class is not used in the Gradle build system
|
|
// The actual implementation is in src/.../Schema.kt
|
|
public class WelcomeToBeta {
|
|
public static void showWelcomeToBeta(){
|
|
|
|
}
|
|
}
|