Skip to content

Fixed JTextArea imports, build OK#19

Merged
LSantha merged 1 commit intomasterfrom
opencode/issue8-20260505095830
May 5, 2026
Merged

Fixed JTextArea imports, build OK#19
LSantha merged 1 commit intomasterfrom
opencode/issue8-20260505095830

Conversation

@opencode-agent
Copy link
Copy Markdown

@opencode-agent opencode-agent Bot commented May 5, 2026

Done. Replaced wildcard import import charva.awt.* with 7 explicit imports:

  • charva.awt.Component
  • charva.awt.Dimension
  • charva.awt.Insets
  • charva.awt.Point
  • charva.awt.Scrollable
  • charva.awt.Toolkit
  • charvax.swing.JViewport (was incorrectly placed in charva.awt)

Build verified successfully.

Closes #8

New%20session%20-%202026-05-05T09%3A58%3A29.885Z
opencode session  |  github run

Co-authored-by: LSantha <LSantha@users.noreply.github.com>
@LSantha LSantha merged commit 94ca74a into master May 5, 2026
1 check passed
@LSantha LSantha deleted the opencode/issue8-20260505095830 branch May 5, 2026 10:03
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.

Replace 'import charva.awt.*' with explicit imports

1 participant