comp.lang.java.gui
  Home FAQ Contact Sign in
comp.lang.java.gui only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.java.gui Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  IFC         


Author: Chase Preuninger
Date: Mar 31, 2008 17:42

What is IFC?
2 Comments
  JTable         


Author: mamta81
Date: Mar 31, 2008 02:44

hi
Can anyone send me a tutorial on JTAble.It would be of much help.
Thanks
3 Comments
  Where do you keep contants in Interfaces or in classes?         


Author: Royan
Date: Mar 30, 2008 09:38

I have some controversial information on what is the best place to
keep constants, is there any fundamental recommendation?
no comments
  How to update JTable from JMenuBar?         


Author: Royan
Date: Mar 29, 2008 16:50

The initial problem is to update JTable when user opens file from my
JMenuBar

I handle JMenuBar events by implementing AbstractAction
My JTable has its own implementation of TableModel (I extend
DefaultTableModel)

The JTable itself is added into the JPanel that resides within the
JFrame that actually holds,the described above JMenuBar, I know its
getting too confusing, so I'll try to visualize my words

---------------------------------
| MyJMenuBar
| -------------------------------
| MyJPanel
| ------------------------------
| |JTable
| |*************************
| |* MyTableModel is here *
| |*************************

So how to I update my JTable when user clicks File > Open on JMenuBar?
Show full article (1.12Kb)
4 Comments
  Swing GUI Developer-REQ 459         


Author: janet.bourland
Date: Mar 28, 2008 15:15

Ingenuity is a group of creative, energetic people helping life
science researchers understand the biological mechanisms that cause
human disease. IngenuityÂ's industry-leading technology platform was
built by our team of interdisciplinary, entrepreneurial researchers,
scientists and engineers that are passionate about improving human
health through the intelligent use of semantic technologies. We have
used this technology to develop the industry-leading analytic platform
for pathway analysis and systems biology research, and are now
expanding to develop new solutions for the life sciences and
healthcare markets. We are passionate about our users, our products,
our technology, and our vision, and are looking for intelligent,
talented and entrepreneurial developers who are eager to join our...
Show full article (3.47Kb)
no comments
  generic drug for tri levlen acls lasix danazol for muscle building         


Author: clonkhtorrent
Date: Mar 27, 2008 06:09

Show full article (20.74Kb)
no comments
  4GB USB flash drives for only $14.49         


Author: jimcaan
Date: Mar 26, 2008 21:07

Hey there,
www.dealsusb.com has 4GB USB flash drives for only $14.49
Free Shipping with warranty . No rebates. Now we can store large
amounts of data into this Massive 4gb portable flash drive

Jimmy
no comments
  disable the sorting function of the header         


Author: malpropio
Date: Mar 26, 2008 08:08

I'm using filtering on a jtable so I can't disable rowSorting
altogether but I wont to disable the rowSorting feature thats in the
jtableHeader, does anyone have any idea how the is done ??
thank you
2 Comments
  Re: Problem With RSA Interface         


Author: Lew
Date: Mar 25, 2008 07:00

"Soul Tech" gmail.com> wrote in message
> news:c81d32df-0486-47f4-ac03-0e76277b4c52@n77g2000hse.googlegroups.com...
>> Program complies and the interface shows up but there is no output
>> after pressing run button. How come this is happening?

Matt Humphrey wrote:
> I don't see where you add the action listener to the RunButton. By
> convention, instance variables should start with lower case to help
> distinguish them from class names. Also, you're swallowing exceptions.

Cross-posted so both groups to which the OP multi-posted can see this answer.

--
Lew
no comments
  Problem With RSA Interface         


Author: Soul Tech
Date: Mar 24, 2008 23:47

Program complies and the interface shows up but there is no output
after pressing run button. How come this is happening?

Thanks.

package newpackage4;

import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
import java.io.*;

public class NewClass5 extends JFrame{

public NewClass5() {
initiateComponents();
}

private JLabel TitleLabel;

private JPanel innerPanel;

private JLabel StringInputLabel;

private JTextField InputStringTextField;
Show full article (5.12Kb)
2 Comments
1 2 3 4 5