Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 23, 2025

  • Analyze current repository structure and reference examples
  • Understand that some examples use three-file structure (MySprite.java, MyStage.java, MyWindow.java) while others use single files
  • Build project successfully to ensure environment is working
  • Establish conversion pattern by manually converting SpriteShow and SpriteGetX examples
  • Verify that converted examples compile successfully
  • Create systematic approach to convert remaining single-file examples in batches
  • Convert all Sprite method examples to three-file structure
  • Convert all Stage method examples to three-file structure
  • Convert all Window method examples to three-file structure
  • Convert all Operators method examples to three-file structure
  • Convert all extension method examples to three-file structure
  • Create corresponding documentation files in English and German for any new examples
  • Validate all examples compile correctly
  • Test documentation generation and coverage

Established working pattern for three-file structure:

  • MySprite.java: Contains sprite setup and behavior
  • MyStage.java: Creates and adds sprites to stage
  • MyWindow.java: Handles timing, recording, and window lifecycle

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link

vercel bot commented Sep 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
scratch-for-java-ba8s Error Error Sep 23, 2025 10:10am

Co-authored-by: mikebarkmin <2592379+mikebarkmin@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants