Design « Text Input « Java Swing Q&A





1. Is using a visual GUI editor detrimental to learning GUI design?    stackoverflow.com

I've played around with the netbeans visual editor for java and it seems very intuitive and simple to use but I can't help but think: is this detrimental to my learning? ...

2. Simple "Map Editor" for interior design    stackoverflow.com

I want to write a simple "map editor" where user can drag and drop different "items" into a white sheet. (For interior design) For example, users can divide the 2D space into ...

3. JFrame Design Editor    forums.netbeans.org

I have made a JPanel that I want to give a mouse Listener operation to open a JFrame class i created called ScoreWindow. I created it with the New JFrame Form ...

4. Swing editor - design view - adding a user-defined control    forums.netbeans.org

I've written a fairly simple class that extends JButton. It's designed to simulate the a hyperlink (looks like a typical hyperlink, and opens a web browser with the associated url when clicked). Is there any way I can add this to design view, so I can drag and drop it onto JPanels, etc?

5. Need guidance for implementing peculiar design (music editor)    java-forums.org

Dear Java Forums Members, I'm trying to build a music notation editor in Java. It must render fonts on-screen; it must have two switchable modes: insertion mode, which cycles through and highlights every glyph for change, and normal mode, which adds new glyphs instead; it must allow selection via highlighting of many glyphs together, upon which one can later act through ...