Click here to Skip to main content
15,911,039 members
Home / Discussions / Java
   

Java

 
QuestionNeed someone to test a Java application on Mac OS X Pin
MicealG29-Jul-08 8:55
MicealG29-Jul-08 8:55 
QuestionNetbeans data entry Pin
aecordoba23-Jul-08 10:44
aecordoba23-Jul-08 10:44 
AnswerRe: Netbeans data entry Pin
BlackWolvix24-Jul-08 23:29
BlackWolvix24-Jul-08 23:29 
GeneralRe: Netbeans data entry Pin
aecordoba29-Jul-08 6:36
aecordoba29-Jul-08 6:36 
GeneralRe: Netbeans data entry Pin
BlackWolvix1-Aug-08 0:13
BlackWolvix1-Aug-08 0:13 
QuestionJava GUI help [modified] Pin
BlackWolvix22-Jul-08 9:17
BlackWolvix22-Jul-08 9:17 
AnswerRe: Java GUI help Pin
toxcct28-Jul-08 0:30
toxcct28-Jul-08 0:30 
GeneralRe: Java GUI help Pin
BlackWolvix28-Jul-08 4:07
BlackWolvix28-Jul-08 4:07 
thanx but i figured it out alrdy Smile | :) ... i really apprecite ur help Wink | ;)

but here what i got recently ... i extracted it from netbeans XD

this is an example using button instead of ellipse Wink | ;)


jButton1 = new javax.swing.JButton();

        setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);

        jButton1.setText("jButton1");
        jButton1.setMaximumSize(new java.awt.Dimension(73, 23));
        jButton1.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                jButton1ActionPerformed(evt);
            }
        });

        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
        getContentPane().setLayout(layout);
        layout.setHorizontalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addComponent(jButton1, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 400, Short.MAX_VALUE)
        );
        layout.setVerticalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addComponent(jButton1, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 300, Short.MAX_VALUE)
        );


there u go i hope u also benefited Wink | ;)

BlaCk WolViX

QuestionPlease guide me about remote server code... Pin
ED STEVENS21-Jul-08 19:28
ED STEVENS21-Jul-08 19:28 
QuestionHow to implement ECDH in Java? Pin
Nayeem_Ctg16-Jul-08 0:20
Nayeem_Ctg16-Jul-08 0:20 
AnswerRe: How to implement ECDH in Java? Pin
toxcct28-Jul-08 0:28
toxcct28-Jul-08 0:28 
Questionreplace() Pin
thachil9-Jul-08 5:37
thachil9-Jul-08 5:37 
AnswerRe: replace() Pin
CPallini24-Jul-08 2:05
mveCPallini24-Jul-08 2:05 
Questioncreate a class toy collection that stores information about different toys in a toy shop. Pin
thewarrior_20063-Jul-08 21:36
professionalthewarrior_20063-Jul-08 21:36 
AnswerRe: create a class toy collection that stores information about different toys in a toy shop. Pin
toxcct7-Jul-08 8:25
toxcct7-Jul-08 8:25 
Questionjava run time-error Pin
annie_144330-Jun-08 10:40
annie_144330-Jun-08 10:40 
AnswerRe: java run time-error Pin
toxcct30-Jun-08 20:52
toxcct30-Jun-08 20:52 
GeneralRe: java run time-error Pin
baalaajee28-Jul-08 4:33
baalaajee28-Jul-08 4:33 
QuestionEncryption between Java and ASP.Net Pin
doWhileSomething30-Jun-08 7:23
doWhileSomething30-Jun-08 7:23 
AnswerRe: Encryption between Java and ASP.Net Pin
doWhileSomething5-Jul-08 6:26
doWhileSomething5-Jul-08 6:26 
QuestionFinding the largest subtree in tree Pin
paulosuckow23-Jun-08 8:38
paulosuckow23-Jun-08 8:38 
AnswerRe: Finding the largest subtree in tree Pin
jan larsen26-Jun-08 3:41
jan larsen26-Jun-08 3:41 
QuestionProblem with reading large file in java Pin
buntyrolln15-Jun-08 20:04
buntyrolln15-Jun-08 20:04 
AnswerRe: Problem with reading large file in java Pin
toxcct15-Jun-08 22:30
toxcct15-Jun-08 22:30 
AnswerRe: Problem with reading large file in java Pin
shashidhar323025-Jun-08 19:52
shashidhar323025-Jun-08 19:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.