Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
swing
- Page 1
Re: Swing vs SWT
Programming
Software Development
15 Years Ago
by kvprajapati
…quot;http://www.developer.com/java/other/article.php/10936_2179061_1/
Swing
-and-SWT-A-Tale-of-Two-Java-GUI-Libraries.…quot;]http://www.developer.com/java/other/article.php/10936_2179061_1/
Swing
-and-SWT-A-Tale-of-Two-Java-GUI-Libraries.…quot;http://www.developer.com/java/other/article.php/10936_2179061_2/
Swing
-and-SWT-A-Tale-of-Two-Java-GUI-Libraries.…
Swing help
Programming
Software Development
14 Years Ago
by mutago
… thanks [CODE] import java.sql.*; import java.awt.*; import javax.
swing
.*; public class RetrieveImage { public static void main(String argv[]) { try…
Re: Swing controls not showing on jPanel
Programming
Software Development
14 Years Ago
by ajst
….GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(textArea1, javax.
swing
.GroupLayout.PREFERRED_SIZE, javax.
swing
.GroupLayout.DEFAULT_SIZE, javax.
swing
.GroupLayout.PREFERRED_SIZE))) .addContainerGap()) ); jPanel1Layout.setVerticalGroup( jPanel1Layout.createParallelGroup…
Swing validate()/repaint() not working
Programming
Software Development
15 Years Ago
by viking3579
…, Short.MAX_VALUE).addComponent(AlternativeRecognitonjLabel)).addContainerGap())); jPanelLayout.setVerticalGroup( jPanelLayout.createParallelGroup(javax.
swing
.GroupLayout.Alignment.LEADING).addGroup(jPanelLayout.createSequentialGroup().addContainerGap().addGroup(jPanelLayout.createParallelGroup…
Re: Swing controls not showing on jPanel
Programming
Software Development
14 Years Ago
by ajst
…(java.awt.event.ActionEvent evt) { jButton2ActionPerformed(evt); } }); javax.
swing
.GroupLayout jPanel2Layout = new javax.
swing
.GroupLayout(jPanel2); jPanel2.setLayout(jPanel2Layout); jPanel2Layout.setHorizontalGroup( jPanel2Layout…
swing Error
Programming
Software Development
10 Years Ago
by sumaya_ak
…FlowLayout; import javax.
swing
.JPanel; import javax.
swing
.JLabel; import javax.
swing
.JButton; import javax.
swing
.JTextField; import javax.
swing
.JTextArea; import …FlowLayout; import javax.
swing
.JPanel; import javax.
swing
.JLabel; import javax.
swing
.JButton; import javax.
swing
.JTextField; import javax.
swing
.JTextArea; import …
Swing controls not showing on jPanel
Programming
Software Development
14 Years Ago
by ajst
….
swing
.JPasswordField jPasswordField1; private javax.
swing
.JPasswordField jPasswordField2; private javax.
swing
.JScrollPane jScrollPane1; private javax.
swing
.JScrollPane jScrollPane2; private javax.
swing
.JTextArea jTextArea1; private javax.
swing
…
Re: swing Error
Programming
Software Development
10 Years Ago
by sumaya_ak
…equalsIgnoreCase("Show")) ^ C:\Users\hp\Documents\
Swing
.java:177: illegal start of type if(msg.…equalsIgnoreCase("Clear")) ^ C:\Users\hp\Documents\
Swing
.java:185: illegal start of type if(msg.equalsIgnoreCase…
Swing Problem
Programming
Software Development
19 Years Ago
by infested13
….awt.*; import java.awt.event.*; import javax.
swing
.UIManager; import javax.
swing
.*; import javax.
swing
.event.*; import java.util.*; import java.text….*; import javax.
swing
.JTabbedPane; import javax.
swing
.ImageIcon; import javax.
swing
.JLabel; import javax.
swing
.JPanel; import javax.
swing
.JFrame; import javax.
swing
.JComponent; import…
[Swing] Manage combo box items with pop-up menu
Programming
Software Development
14 Years Ago
by kramerd
… javax.
swing
.AbstractListModel; import javax.
swing
.ComboBoxModel; import javax.
swing
.JComboBox; import javax.
swing
.JFrame; import javax.
swing
.JMenuItem; import javax.
swing
.JPanel; import javax.
swing
.JPopupMenu…
Re: Swing controls not showing on jPanel
Programming
Software Development
14 Years Ago
by ajst
… fields but I'm having to becuase i cant get
swing
buttons or fields to appear when switching between panels. this… becuase they are 2 diffrent buttons. 30,31 are the
swing
button that does not appear so cant test it. 38…
Re: Swing drag and drop problem
Programming
Software Development
12 Years Ago
by rancosster
…util.ArrayList; import javax.
swing
.JComponent; import javax.
swing
.JFrame; import javax.
swing
.JPanel; import javax.
swing
.TransferHandler; public class … java.io.IOException; import javax.
swing
.JComponent; import javax.
swing
.JLabel; import javax.
swing
.TransferHandler; public class OnBoardItem extends …
Re: Swing controls not showing on jPanel
Programming
Software Development
14 Years Ago
by ajst
When ever i load the panels any
swing
controls on the panel will not be displayed. but if …
Re: Swing controls not showing on jPanel
Programming
Software Development
14 Years Ago
by quuba
Do not use awt.Button in
Swing
Lines 30,31 and lines 38,39 do the same (logic)
Re: Swing controls not showing on jPanel
Programming
Software Development
14 Years Ago
by JamesCherrill
I missed that! Good point quuba. Never mix AWT and
Swing
components.
Re: Swing controls not showing on jPanel
Programming
Software Development
14 Years Ago
by quuba
This works fine with
swing
components [CODE] public Testing() { initComponents(); this.remove(jPanel2); // remove no …
Re: Swing Problem
Programming
Software Development
19 Years Ago
by infested13
im new to
swing
...so i kinda dont get what you mean. i creating a TabbedPane..for some reason..my 2nd Tab's JScrollPane works fine..but for the 1st tab's JScrollPane..it just doesnt show got any idea what's wrong?
Re: Swing Problem
Programming
Software Development
19 Years Ago
by server_crash
Add some
swing
constants if it's not showing up. I can't remember exactly what they are, but it's something like: JScrollPane.ALWAYS or something like that.
Re: Swing Problem
Programming
Software Development
19 Years Ago
by infested13
… uploaded..my task is to create a similar one using
swing
..and im not sure how to do the "Movie…
Re: Swing question
Programming
Software Development
16 Years Ago
by jackiejoe
…(evt); } }); javax.
swing
.GroupLayout layout = new javax.
swing
.GroupLayout(getContentPane()); getContentPane().setLayout(…)) ); layout.setVerticalGroup( layout.createParallelGroup(javax.
swing
.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup()…
Re: Swing layout misbehaviour
Programming
Software Development
16 Years Ago
by Ezzaral
…. That could definitely cause unexpected results. On the sizing issue,
Swing
won't resize your JFrame by default if it's….ActionListener; import javax.
swing
.JButton; import javax.
swing
.JFrame; import javax.
swing
.JLabel; import javax.
swing
.JPanel; import javax.
swing
.JPasswordField; import javax.
swing
.JTextField; public…
Re: Swing layout misbehaviour
Programming
Software Development
16 Years Ago
by Ezzaral
….ActionListener; import javax.
swing
.JButton; import javax.
swing
.JFrame; import javax.
swing
.JLabel; import javax.
swing
.JPanel; import javax.
swing
.JPasswordField; import javax.
swing
.JTextField; public…
Re: SWING class
Programming
Software Development
13 Years Ago
by ceyezumma
I Just learned how to work with
swing
that way. I never use the GUI builder for any ….logging.Logger; import javax.
swing
.BorderFactory; import javax.
swing
.JLabel; import javax.
swing
.JPanel; import javax.
swing
.JPasswordField; import javax.
swing
.JFormattedTextField; import model.dao…
Swing drag and drop problem
Programming
Software Development
12 Years Ago
by rancosster
… code for it: public class ToolbarItem extends javax.
swing
.JToggleButton implements IToolbarItem, Transferable, DragSourceListener, DragGestureListener { private… dropped items: public class DroppablePanel extends javax.
swing
.JPanel implements java.awt.dnd.DropTargetListener { private…
Re: Swing vs SWT
Programming
Software Development
15 Years Ago
by BestJewSinceJC
… OS's native tools to draw the widgets, essentially. However,
Swing
should be plenty fast for most any purposes, and I… personally prefer it. I also think
Swing
looks nicer. P.S. I used SWT at my internship… reason to use one instead of the other. But again,
Swing
just looks better, plain and simple.
Re: Swing or Applet???
Programming
Software Development
14 Years Ago
by Dean_Grobler
…are more commonly used for small single tasks in webpages.
Swing
programs however, would probably be the better choice in your… situation.
Swing
acctualy refers to a class in the java language that… you want. Do you want a standalone java program (
swing
) or do you want a java program imbedded in a…
Re: Swing or Applet???
Programming
Software Development
14 Years Ago
by NormR1
Another definition;
Swing
is a set of classes for building GUI.
Swing
GUI classes can be used in applets or applications. JApplet is the
Swing
version of the Applet class. Applet is special class that browsers can work with to have a GUI on a web page. The GUI can be
Swing
. They are not mutually exclusive.
Re: SWING class
Programming
Software Development
13 Years Ago
by stultuske
[QUOTE=ceyezumma;1668833]
Swing
is no trivial topic.[/QUOTE] I …and surely not written in a way a decent
Swing
GUI would be written by a serious developer. yes…option, but if you actually want to learn how
Swing
works, or, if you want to prepare for…prove that you actually know how to work with
Swing
, you would do better to prepare yourself, since …
Re: SWING class
Programming
Software Development
13 Years Ago
by mKorbel
…are built on plain methods that came from ATW and
Swing
, From these Components is somethimes not possible to returns …back to the AWT/
Swing
's method, is there something who's know how …is there something wrong (with compare to the plain AWT/
Swing
) real alternative are richiest Custom Frameworks (since not works …
Swing & SQLite application
Programming
Software Development
16 Years Ago
by arunpawar
… simpel notebook for me to take down classnotes, using java
swing
& SQLite. This will even help me to learn more… about
swing
& SQL . (I'm not sure whether it is possible…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC