Skip to content
Discussion options

You must be logged in to vote

I think I'm going to have to use something like this; wnd2 needs to contain multiple entry fields.

# Uses Imported mode for py5
from javax.swing import *

_wndW = 600
_wndH = 600

def setup():
  size(_wndW,_wndH)
  window_title("Default Processing Window")
  wnd2 = JFrame("wnd2")
  wnd2.setBounds(300,200,300,500)
  wnd2.setVisible(True)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hx2A
Comment options

hx2A Apr 15, 2025
Maintainer

Answer selected by villares
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants