From a568f3f5923e0af77c89e2c8e2bf6b808f29d069 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 15 Jun 2025 23:30:56 +0300 Subject: Add splash screen functionality and update build documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add VSSplashScreen component using Java Swing framework - Display splash.png image for 3 seconds on application startup - Scale splash screen to 40% of original size (60% reduction) - Update CLAUDE.md with JAVA_HOME setup instructions for all platforms - Integrate splash screen into VSMain startup sequence 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/main/resources/splash.png | Bin 0 -> 399548 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/splash.png (limited to 'src/main/resources') diff --git a/src/main/resources/splash.png b/src/main/resources/splash.png new file mode 100644 index 0000000..c40c314 Binary files /dev/null and b/src/main/resources/splash.png differ -- cgit v1.2.3