the main Java GUI widget toolkit that is packaged with the standard Java SDK. Contained in the package `javax.swing`

learn more… | top users | synonyms (2)

7
votes
0answers
973 views

How to use Renderer for TableHeader

Even I read and test answers by @kleopatra How do I correctly use customer renderers to paint specific cells in a JTable? particular one table header color java swing about ...
6
votes
0answers
172 views

Why is this font so big in Java?

I’m trying to use OpenDyslexic as a font option in a Swing application. But surprisingly, OpenDyslexic looks much bigger than any other font at the same point size, even though it looks normally sized ...
5
votes
0answers
230 views

How to bind booleans in JTable with JGoodies

I have seven boolean values in a column of a JTable that I want to bind to my bean. How do I bind them? All the JTable binding examples out there focus on binding the table selection, but I only care ...
4
votes
0answers
187 views

Restore Expansion/Selection State in JTree with Lazy Loading

I have an application which contains a JTree backed with a DefaultTreeModel that is used to display a hierarchy of files which reflects a section of the file system on my server (I will refer to this ...
3
votes
0answers
78 views

swing offscreen rendering with simulated input

I am trying to do render a swing UI into an OpenGl texture. All that works so far is this piece of code (btw it is Scala, but it should be obvious) var image = new BufferedImage( width, height, ...
3
votes
0answers
152 views

UI freezes after child window closing until first click

I'm writing a drop down component with colors for toolbar. So I've taken ideas from 'Swing hacks' book, changed conception a little bit and added Swing's standard JColorChooser to drop down. The ...
3
votes
0answers
411 views

JXTreeTable Substance L&F paint issues

The first column of JXTreeTable is not painted on hover when using the substance look and feel. The problem persists when that same column is dragged to another position as well. Also the border is ...
3
votes
0answers
166 views

Painting editable JTextComponents with fractional widths?

I'm working with a JEditorPane, and (of course) the text looks so much nicer when I paint the component using antialiasing and fractional widths. In other words: JEditorPane pane = new JEditorPane() ...
3
votes
0answers
332 views

Why isn't this modeless child JDialog minimized when parent JFrame is?

My understanding is that when a parent JFrame is minimized then its children also are minimized but in the following dirt-simple example it doesn't happen (i.e. the child dialog stays visible when the ...
3
votes
0answers
325 views

Put new component on JXTaskPane

The JXTaskPane used in Java Swing has a title bar. There is a expand/shrink button in it. I would like to be able to add my own actions in the titlebar that would appear beside the expand/shrink ...
3
votes
0answers
329 views

Drag n Drop: Operation while droping a file from a component to the explorer, finder, etc

I have a JTree and i'd like to export some file from the JTree to the explorer. To do it, I use a TransferHandler and the flavor: DataFlavor.javaFileListFlavor . So that, explorer can import ...
3
votes
0answers
1k views

Multiline JTable Cells with auto height- extra large first row

I am developing a Java Desktop Application (jdk1.6) with Swing. My problem is about Multi-line cells(text-wrapping) with auto-adjusting cell height property in JTable. I could already implement this ...
2
votes
0answers
22 views

JNLP FileSaveService opens a file open dialog

Hi I'm trying to save a file from a Java Webstart Application. public class Main { public static void main(String[] args) { try { FileSaveService fos = (FileSaveService) ...
2
votes
0answers
44 views

Swing paint issue

I have a custom scrollbarUI which I paint both thumb and track of scrollbar. But when scrolling it keeps some lines like below which I don't want. : Please give me a quick solution for this. ...
2
votes
0answers
65 views

JTable + DnD : why is first hovered row after drag row selected?

I've got a JTable which supports reordering by dragging and dropping rows. This works fairly well. However, every time a drag is initiated on a given row the first subsequent row which the mouse ...
2
votes
0answers
46 views

my java swing form will not launch

I had this form launching previously using this code but after several edits to the form it will no longer launch. Any suggestions? public static void main(String args[]) { try { for ...
2
votes
0answers
47 views

How to get accurate Java Swing mouse events on a Microsoft pen device?

Has anyone found a solution to timing of Java Swing mouse events on a Surface Pro or other Microsoft Wacom pen platform? The goal is to create responsive pen stroke input in a draw type application, ...
2
votes
0answers
50 views

JToolBar prevent minimize

JToolBar can be attached and detached from the frame or panel into a separate window. So I want to use it as set of emergency commands and indicators. The problem is when detached if you minimize the ...
2
votes
0answers
114 views

Java Window Translucency Animation Flicker on Linux

I'm trying to do animation in Java with a translucent JFrame. I have modified the demo code from the Oracle Java Tutorials here. Specifically the GradientTranslucentWindowDemo. The following code ...
2
votes
0answers
57 views

Is text wrapping in JTextPane different in different java versions?

Below is an SSCCE, which wrappes the text on my computer with java version 1.6.0_23, but doesn't on a another computer with java version 1.7.0_17-b02. OS on both: Windows7 64bit If I add some spaces ...
2
votes
0answers
119 views

JFileChooser does not react on pressing enter since java 7

I have a problem with the JFileChooser embedded in a JFrame. If I type a filename or regex into the textfield and press "enter" key nothing happens. If I use the "open" button instead of enter it ...
2
votes
0answers
63 views

JTextArea keeps scrolling the main panel to the top

I have defined a JTextArea as follows: JTextArea textArea = new JTextArea(); textArea.setText("Some text"); textArea.setEditable(true); textArea.setLineWrap(true); textArea.setWrapStyleWord(true); ...
2
votes
0answers
53 views

Create a rts from a java component

I'm trying to show what I display in a JPanel (or other swing container) also as a video using rtsp. I have a video from a drone to my computer and I want to redirect the video to a surveillance ...
2
votes
0answers
236 views

Java Swing GridBagLayout panel resize issues

I am working on a simple little swing application for a relative, but I'm having trouble implementing animations on it... Here is a description of my layout: I have a main window (created by ...
2
votes
0answers
141 views

Always On Top Window that stays on top even while showing full screen flash video

I am trying to write a simple subtitle player application for Ubuntu 12.04 that stays on top even while playing a flash video in full-screen. This application will be similar to Greenfish Subtitle ...
2
votes
0answers
51 views

Working with WindowsBuilder Pro

I'm trying out WindowsBuilder Pro to develop Swing UI. I'm using MiGLayout Manager. While developing in Design View, When I create a new Item ( JLabel, JTextField etc), the box to edit appears away ...
2
votes
0answers
175 views

Java - Print Dialog for full screen window

I have a full screen application, and I need to print. For other popup screens I've used JInternalFrames, but now I need to use PrintJob. My current code is as follows: PrinterJob printJob = ...
2
votes
0answers
119 views

Miglayout, dynamically inserting Panels

I'm creating a Java Swing application using MiG Layout the GUI consists of a series of lines which are custom JPanels, I create the initial layout: Panel x Panel y But later on I want to be able to ...
2
votes
0answers
92 views

Java printing full scrollpane not only the visible part

I have a class to print a component at a time. The things I want to print I, I group in JPanel. I therefore have a JPanel (inside a jframe to display it on the screen) with 4 JScrollPanes (syncronized ...
2
votes
0answers
252 views

Mouse action on custom node in JTree: difference between jre6 and jre7

A JTree uses TreeCellRenderer and TreeCellEditor to display three custom nodes: a single JCheckBox a single JButton a JPanel composed by any action Component (here is a JCheckBox on North and a ...
2
votes
0answers
153 views

JTable printing. How can I make fonts bigger?

I am trying to print a JTable with the standard .print() method. I am using the code from this thread and it works. However the printed table appears with very small letters. My JTable has a font ...
2
votes
0answers
78 views

AbstractRegionPainter Java 7 dynamic import

As you know nimbus package is change in java 7. I am using AbstractRegionPainter with java6 in my app's server side, and my app's client side must work both in java 6 and 7. So how can i import this ...
2
votes
0answers
129 views

Is there a way to add a MouseListener to an image?

I'm working on a card game in Java. I already have a Card class that knows how to paint itself. I'd like to have the Card output its rank and suit to the console when the user clicks on it. ...
2
votes
0answers
115 views

java clickable-through non transparent Component in a transparent clickable-through jframe

OS = Ubuntu; JDK = 1.7.0_10 General: What I want is something commonly available as desktop widget (e.g. annotate for compiz or gromit), is there a way to do it in Java? I want to create one ...
2
votes
0answers
163 views

Java JPopupMenu Mac OS X

i have three problems with a JPopupmenu on Mac, all can be reproduced by the enclosed java program or e.g. the netbeans java application. The first thing is that Java applications don't block the ...
2
votes
0answers
137 views

Java Swing JScrollPane shows different output than the one the book shows. The row labels just vanish in Java

The following code does not give me the output that it should. The output that it should give is shown below: Output that I want to get Instead of that output I got an output which is like the one ...
2
votes
0answers
113 views

Swing: Getting a component's parent from another class

I have a main class, where all my gui components are made called Math.java. In a separate class (Calc), I get all of the components and save them in local components from Math in the constructor of ...
2
votes
0answers
142 views

Why table's column names are not displayed here?

I have a problem with seesaw table. When I try to make up and show a simple table, it shows without column names. What I did: At first, I must say that I am using [seesaw "1.4.2"]. Then: ;; Clojure ...
2
votes
0answers
155 views

NetBeans adding javax.swing and listeners triggers error

Hello I know this question was here uncountable many times, but I didn't find case similar to mine. I'm making program in Java and while creating my swing main class GUI (LibraryApp) an error while ...
2
votes
0answers
178 views

Java Key bindings fires both press and release while key is held down

So, I made a method that you can pass 2 AbstractAction to, the first one performs the key pressed event and the second performs the key released event. When the I press and release the UP key both ...
2
votes
0answers
214 views

JavaFX 2.2 : How to forward mouse event to a Swing component under a JFXPanel in a JLayeredPane?

In my application, I want to have a Swing panel with JavaFX control over it. For that, I use a JLayeredPane in which I insert a JPanel and a JFXPanel with a Scene that is not filled (aka ...
2
votes
0answers
125 views

Card Layout refreshing/updating cards

I have a jFrame witch contains displayPanel and buttonPanel. In the button pannel, there are 2 buttons (button1, button2). When i press button1 - a new panel (card1) shows in the displayPanel. Card1 ...
2
votes
0answers
87 views

Jslider is laggy after overriding paint method

After overriding the paintTrack and paintThumb method of my JSlider it lags if I drag its thumb. I've replaced the track and thumb with images. Any ideas how to solve the problem? public class test ...
2
votes
0answers
131 views

Checkboxes and Radio Buttons Together in a JTree

I'd like to create a JTree that more or less has the following structure (with a hidden root node) [No Option] Main Dish [Radio Button] Steak [Radio Button] Fish [Radio Button] Filet ...
2
votes
0answers
68 views

change field from within function

Okay, this should be my last question for now :) Anyway, I have a String called mode and ArrayLists called lines and components that get edited in my program by various functions. Everything works ...
2
votes
0answers
99 views

java popup menu has no focus with VK_CONTEXTMENU

I am incorporating a popup menu in my java application. I have added a mouse listener to show it up and I have also registed a keyboard action with the key event KeyEvent.VK_CONTEXT_MENU, that brings ...
2
votes
0answers
93 views

Find location of a Jtree icon

Here's my problem. I want the pop up dialog to be triggered when a use clicks on the icon and icon only of a jtree tree node. I did some research and did not find any existing way to add mouse ...
2
votes
0answers
149 views

Java (SE) form validation API

Coming from PHP, using CodeIgniter, where handling form validation was simple as pie; I'm now looking for something similar to my Java application. (not a web-application, that is) Sure, I can create ...
2
votes
0answers
170 views

Reconstruct JFrame after using dispose by static method in nested static class

I have a public class AppHelper for displaying some help content using a jframe. There is an exit button on the same JFrame which on click disposes the jframe. The ActionListener is implemented as a ...
2
votes
0answers
209 views

highlight some words in the jeditorpane in java swing

I am working on a swing application in which i have to show HTML files in JEditorPane. I have to highlight some text e.g. For all occurrences of boy . I am using the following code but it is ...

1 2 3 4 5 54