Tagged Questions
1
vote
0answers
32 views
Hang on Mac with zoomed desktop when starting an app. with both Swing & SWT
I am on a Mac ( tested it with 10.6.4, 10.7.5 & 10.8.2 ) with my desktop zoomed. When lunching my Java application that use both Swing and SWT the window is freezing right at the opening. The ...
0
votes
0answers
39 views
Display.asyncExec() cannot be executed?
There are 2 separated file jar
//this jar file is a plugin Eclipse
mypack1.jar
package mypack1;
//this class is started by org.eclipse.ui.IStartup
public class ...
0
votes
1answer
40 views
Java unlimited relative mouse drag events
Is there a way to offer the user unlimited relative mouse drag events in one of the Java GUI frameworks?
I would like to have a GUI element that the user can click and drag, but that element does not ...
0
votes
0answers
117 views
UI flat design as windows 8 metro ui
I really like the Metro UI of windows 8. As i known, this style of design is called "Flat Design". I want to build a Java application with the main UI like that. So i want to ask for some suggestions ...
0
votes
1answer
59 views
Embedded Swing in SWT, Graphical Errors
i write a Eclipse Plugin with JTrees Embedded via SWT_AWT Bridge.
Composite composite = new Composite(getContainer(), SWT.NO_BACKGROUND | SWT.EMBEDDED);
java.awt.Frame frame = ...
-2
votes
1answer
64 views
Create an eclipse-like IDE in Java [closed]
I am trying to come up with a custom-made IDE to suit my needs. I tried Swing libraries to create a GUI but it doesn't look that good, plus I haven't figured out how to show something like a project ...
0
votes
1answer
84 views
org.eclipse.swt.widgets vs. javax.swing.table: Why redefine it?
I'm creating a table now using the Table type defined in org.eclipse.swt.widgets. Eclipse however is letting me know that there is also a Table I can use in javax.swing.table.
Upon investigation, the ...
0
votes
2answers
68 views
Java GUI (SWT) - display text while performing other actions like reading that text
I'm new to JAVA GUI.
What I have is a java class which reads a text file.
For each read line, this class (called X), writes a record on a database.
This works without any GUI, only from a linux ...
0
votes
1answer
49 views
Problems occurred when invoking code from plug-in: “org.eclipse.jface” - Export Deployable Eclipse plug-in
I'm building an eclipse plug-in. Execution env is JavaSE-1.6
I can deploy the plug-in without any errors, but when the plug-in runs there is an error coming out of it:
"Problems occurred when ...
1
vote
0answers
86 views
Eclipse on Mac: Adding SWT reference to Swing app: App doesn't launch
On Mac, when I add a SWT reference to a Swing app, the app/.jar doesn't launch anymore.
However doing the same thing on Windows works fine and I can load a Swing JFrame with SWT components.
On Mac, ...
0
votes
1answer
63 views
Is there any templating engine for standalone application(SWT/Swing etc) just like Velocity etc
As title says, is there any UI templating engine available for standalone applications (like SWT, Swing) just like we have apache velocity or freemaker available for web application?
Currently we are ...
0
votes
0answers
88 views
Migrating Eclipse RCP (SWT) to Swing [closed]
Is there any tool or wrapper that allows migration RCP SWT application to Swing?
0
votes
2answers
55 views
equivalent SWTTreeNode API
Please let me know if there is any equivalent SWT Tree API for below mentioned Swing API
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.DefaultTreeModel;
-6
votes
3answers
249 views
What is the Best way to create Cross Platform Custom GUI in JAVA? [closed]
What is the Best way to create Cross Platform Custom GUI Application in JAVA?
0
votes
1answer
188 views
Embedded JEditorPane in a SWT Shell
I am trying to embed a JEditorPane in a SWT Shell without success. The JEditorPane does not appear and I don't understand why.
import java.awt.Color;
import java.io.FileInputStream;
import ...
12
votes
2answers
720 views
JAVA SWT/AWT Eclipse Mac OSX Java Cocoa CompatibilityMode Enabled
I'm developing a fairly complex Java application mixing Swing and SWT. Whenever I start the application, this is the console output (and the app doesn't show up):
2012-12-19 12:45:45.359 ...
0
votes
2answers
113 views
SWT Method - Getting a value from the table viewer / Swing Method - Using the value
I have a method in my SWT class that gets the selected value from my table. The value is actually the file name of the object.
public String getPDFFileName() {
int row = ...
0
votes
0answers
104 views
SWING - SWT Bridge : Closing JFrame Issues
In my SWT Gui Class. I have coded a method that creates a Composite and Bridges it to SWING Panel
protected Control createPDFButtons(Composite parent) {
final Composite swtAwtComponent = new ...
3
votes
1answer
184 views
JFileChooser is not opening default Win 7 File Explorer
I am using JFileChooser to open the File Explorer in WIN 7 and realized that its opening the old UI , but same SWT FileDialog is opening the WIN 7 File Explorer only.
Is there any specific reason.
...
0
votes
0answers
139 views
Is it possible to create a Custom FileDialog in SWT/RCP
The existing FileDialog opens once we call the FileDialog constructor is -
Now I want to customize the same.
For example I want to add a new Button after Cancel named "Append".
Can it be possible in ...
0
votes
1answer
69 views
Taking a Swing dialog method and converting it to SWT
I am trying to take the following method of Swing code and migrate to SWT for my application.
I know some of it.
SWT SWING
Label JLabel
Button JButton
Dialog ...
-1
votes
1answer
174 views
DJ JWebBrowser: how to show but disable Address and Button bars?
I am using chrriis.dj.nativeswing.swtimpl.components.JWebBrowser in my swing application to open web page.
The page is going to show "Facebook Authentication" page and I want to prevent user from ...
0
votes
2answers
489 views
Good looking UI components for java desktop application [closed]
Planning to write some nice desktop application in java. Several years has past, and I see after fast search that nothing changed. As I see same "sucking" javafx, same bad looking SWING and SWT which ...
4
votes
5answers
526 views
How do I make sexy user interfaces in Java [closed]
I am planning to develop a desktop application that allows to manage client data. I am an experienced Java programmer but I have never really been able to do attractive interfaces in Java, for ...
1
vote
3answers
306 views
How to show message by messages from main class in UI window?
Unfortunately I can't do step by step output in the main program window (object g).
Part of main class:
/* Create a main window of GUI*/
Gui g = new Gui();
g.showitself(); ...
0
votes
2answers
177 views
how to populate millions of Records in a SWT/Swing Table efficiently
This is a general question but I have a particular scenario-
I am getting records through JNI layer from Hardware device, its give me millions/huge number of records and to handle all of them in SWT ...
2
votes
5answers
501 views
Graph visualization libraries for SWT/AWT
Is there a mature, solid open-source graph visualization library implementation for SWT or AWT (I am referring to sets of vertices connected with edges, not charts and diagrams)?
Which one do you ...
3
votes
1answer
408 views
windows explorer context menu in java
Consider simple application, that display list of file. I would like to display context menu , when user click of file or folder, the same as, when user right mouse click in windows explorer (open, ...
0
votes
0answers
79 views
SWT Component flickers
I am working on an application which has an embedded browser and shows a camera window in a corner on that browser as shown in image. For showing browser below and camera pane above I have used ...
1
vote
2answers
234 views
Use JFileChooser without using a main declaration
Following my previous post in this link I have another problem .
Given the following code :
public class GuiHandler extends javax.swing.JFrame {
// GuiHandler is the class that runs the entire ...
1
vote
2answers
1k views
How to open files in Java Swing without JFileChooser
I'm using Java Swing (GUI) and I want to add a button to my project for opening files .
I don't like the JFileChooser since it opens a small window for browsing through the files
of the ...
6
votes
3answers
2k views
is there an equivalent in Java for fieldset (HTML)?
Is there an element in Java (i.e. Swing/AWT or SWT) that is equivalent to the HTML element fieldset? Thanks
1
vote
4answers
257 views
Which layout should i use to achieve two colums 20% and 80%(Java)?
I'd like to achieve the following:
The first column 20% of the total width and the second the 80%. And it should be dynamic(ex. when i expand/shrink it should change accordingly like liquid layout ...
1
vote
1answer
559 views
color fading sample
I need one colour fading example which is written in Java.
My requirement is I have two rectangles. One is filled up with colour red and another is filled up with white. When I click any button, I ...
1
vote
1answer
566 views
Can I embed a Swing or SWT component into JavaFx2.0?
everyone! I am in trouble again. When I am working with the IP Camera, I met a big problem, that is, when I use JavaFx Component (ImageView) to show the image tranfered from IP Camera, the picture ...
0
votes
1answer
57 views
apply different colours to rectangle
I Have one rectangle. I wanted to do some animated stuff with colour on that.
That mean it should start filling with different colours in the rectangle.
It should start coming from left to right.
For ...
3
votes
2answers
61 views
Rectangle colouring logic
I have one three rectangles in my canvas. I wanted to change the colours of three rectangles
in a slow manner one by one.
For example: When starting the application, user should be able to see three ...
0
votes
2answers
384 views
set scroll bar position in JTable/SWT Table
I would like to ask question that is not directly related to any technology but it’s a logic level question. Forgive me if I am wrong.
I am trying to solve this issue in Java side.
We have a list ...
1
vote
2answers
708 views
borderlayout in swt or swing
I want to arrange components as shown in image. I can do this by using gridbaglayout but I want to do this using borderlayout. I tried it but could not achieve what I wanted. so please guide me here.
...
3
votes
1answer
2k views
SWT Browser - Swing Integration - Mac - JDK 1.7
Right, so Ive got an interesting problem here concerning SWT and swing integration on mac running java 1.7. Im trying to embed an SWT Browser widget into my swing project as a panel which is pretty ...
0
votes
1answer
625 views
Application Window in Eclipse with WindowBuilder
I am relatively new in Java programming, I have been using Eclipse with WindowBuilder but I don't get what is the difference between using a JFrame or Application Window in Swing Designer. Can anyone ...
-2
votes
1answer
578 views
SWT performance issue in Drawing vs Swing
Why SWT draws so slowly compared with AWT?
All,
A classic question but it really surprises me for the difference in numbers.
Attached simple tests in Swing and SWT, drawing text with random fonts ...
1
vote
1answer
176 views
Can I embed Swing components in Jogl?
I need to build a complex graphical editor for Eclipse. I don't like draw2d, and I find it weak for my requirements compared to java2d.
I can use Swing on SWT, so I'll probably be using Swing to ...
3
votes
3answers
2k views
How to draw a tree (Swing / AWT / SWT / JFace)?
I want to display a tree in a Java GUI, but I dont know how!
I should say that i have my own tree class
like this:
...
0
votes
1answer
133 views
SWT is build on top of Native interface , but why rendering is not slow
I am very new to SWT and while learning about it I came to know that all SWT components are native based while most Swing components are rendered in Java code and are considered light weight.
So ...
1
vote
1answer
298 views
SWT - get actual screen position of an image
I have drawn an image on a Composite using the following code
imageCanvas = new Composite(shell, SWT.BORDER);
//adding paintListener to the canvas
imageCanvas.addPaintListener(new ...
0
votes
2answers
183 views
A layout implementation such as Eclipse
I have been working on a project model and pretty much completed it. Now I must implement the view of the project. I like eclipse view layout very much and tried to implement like this but I ...
2
votes
1answer
461 views
How do you do Swing's JSplitPane in SWT?
I am looking for an SWT widget that would have the look and behavior similar to Swing's JPlitPane. Is there such a widget in SWT, and if not, what's the closest to it?
(A pane split to two with the ...
2
votes
3answers
596 views
how to separate program logic form design in swing and swt
I have decent knowledge in J2EE frameworks such as Spring,Hibernate and got inspired by the separation of concerns . I am a starter in desktop development in java. Things are going somewhat fuzzy in ...
2
votes
3answers
365 views
Java - Building GUI for application
I've written a lot of Java applications over the years, but the vast majority of them have been simple command line programs with only a few hundred lines and (at most) several classes.
My question ...

