Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
comp . lang . java . gui
This is a Usenet group - learn more
Find or start a Google Group about gui.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 54022  Older »
Description: GUI toolkits and windowing: AWT, IFC etc.
 

JTable in JTable 
  I am trying to set a JTable of 3 colums with some JTables in columns 1 and 2. I have gone quite far but I am now facing a bug when adding a line with a selection active in the the column where I have JTables embedded. The structure of my JTable : - Column 0 is standard, with Strings. - Columns 1 and 2 contain JTables.... more »
By Daniel Moyne  - Jun 13 - 1 new of 1 message    

Java Developers Multiple Cities Across USA - We Transfer H1B and Sponsor Green Card 
  Job Title : Java Developer Multiple Openings Job Position : Java Developer State : Multiple States City : Multiple Cities Description : Openings for Java Developers in different states of US are open for hiring. The salary is negotiable based on experience. Java Developers with experience on other skills mentioned are preferred.... more »
By sti stephen  - Jun 12 - 1 new of 1 message    

TransferHandler exportAsDone called before exportAsDrag returns 
  I have a subclass of JPanel for which I am trying to implement drag-and-drop. I add a mouse listener to the component, and in its mousePressed() method I call JComponent c = (JComponent)event.getSource(); TransferHandler th = c.getTransferHandler(); th.exportAsDrag( comp, event, TransferHandler.COPY );... more »
By FredK  - Jun 10 - 3 new of 3 messages    

create Android App for YouTube Channel free - Programming knowledge not needed 
  see [link]
By ~%!niki!%~T  - Jun 2 - 1 new of 1 message    

Finding the windows taskbar 
  I want to find the bounds of the taskbar (on Windows) so that I can constrain the position and size of a dialog such that it does not overlap the taskbar. For a single screen, I can use Toolkit.getDefaultToolkit().ge tScreenSize() and toolkit.getScreenInsets(). But I have multiple screens, with the taskbar only on one of them.... more »
By FredK  - May 29 - 1 new of 1 message    

Horizontal columns in a JTable? 
  In article <JTable-20130529152...@ram.dia lup.fu-berlin.de>, ... ... JTable displays what the TableModel returns for getValueAt(); you will have to transpose the model. ... You can recycle the default cell renderer(s), as shown here: <[link]> ... You can recycle the default header renderer, as shown here:... more »
By John B. Matthews  - May 29 - 2 new of 2 messages    

dialog with section hiding 
  ... JTree <[link]> with some rendering tweaks. Then just show in it a JOptionPane dialog. -- DF.
By Daniele Futtorovic  - May 17 - 3 new of 3 messages    

JTable CellRendererPane placement 
  I have a JTable with two columns and a JTableHeader. The left column contains strings, and the right column contains JTextFields. Clicking on a header sorts the rows. If I click in one of the text fields to begin editing it ( say, for instance, in row 7), and then click in the header to sort the table,... more »
By FredK  - May 8 - 3 new of 3 messages    

two labels in sequence, how hard can it be? 
  ... Never liked Box'es much... - GridBagLayout - weightx = 1; weighty = 0; anchor = EAST; gridx = 0; gridy = 0; - add first label; - ++gridy; - add second label; If the Panel is bigger than those two labels and you want them pushed to the top: - ++gridy; weighty = 1 - add Box.createGlue();... more »
By Daniele Futtorovic  - May 7 - 3 new of 3 messages    

app framework and arch for new Swing GUI? 
  Hello, I will be starting a new Swing-based GUI and have been looking at some existing frameworks to leverage on the UI side not only regarding the Widgets but also architecture-wise. I'm sure I need JIDE Grids (and other UI components) but I'm unsure what path to take architecture-wise without... more »
By Giovanni Azua  - May 5 - 1 new of 1 message    

1 - 10 of 54022   « Newer | Older »

XML