matisse Questions
8
Solved
We have a dilemma; developing desktop application using Matisse or Jigloo..
Matisse has this XML form files which we are afraid of maintaining later, we don't even know should MyEclipse further su...
Pyrenees asked 31/8, 2009 at 7:51
8
Solved
How to modify/add code to the initComponents() method in Java on NetBeans? When I try to add any line of code this area seems to be like readonly and it's highlighted in gray! It's for security pro...
1
I've got a little problem with JFormattedTextField:
I want to set the formatted text fields to numbers only. I've created one with Swing interface on NetBeans.
My code is as follows:
package Ser...
Unclassified asked 10/12, 2014 at 17:33
2
I am using NetBeans IDE 7.1.2. When I compile my application I get the following warning:
warning: [rawtypes] found raw type: JComboBox
city = new javax.swing.JComboBox(); missing type argument...
Contingence asked 9/8, 2012 at 15:19
1
Solved
When using the Swing graphical editor in NetBeans is it possible for a custom component to detect that it's design time? E.g.
public CustomComponent() {
initComponents();
if (!isDesignTime()) {...
Apgar asked 10/11, 2009 at 4:39
3
Solved
I have created a fairly substantial Java GUI application with many form windows where the settings are locked up in .form files. I am wondering is there any way to convert or refactor these .form f...
Librarianship asked 23/4, 2009 at 12:16
4
Solved
I have just installed Eclipse 3.4 and found out that there is not a plugin to create Swing applications yet. I also have found that there is a Matisse implementation in MyEclipse IDE, but I'd like ...
Emancipate asked 4/11, 2008 at 1:40
1
© 2022 - 2024 — McMap. All rights reserved.