|
Drop Down JPanel In article <89127b66-8e0b-4148-ad9a-8e82c01f68d2(a)8g2000hse.googlegroups.com>, Raphael Jolivet <raphael.jolivet(a)gmail.com> wrote: Hello, I would like a component like a JComboBox, but with something else that menu items in it. Can I put arbitrary contents in the popup box that opens when we click ... 17 Jul 2008 20:58
[JPanel] Drop Down JPanel Hello, I would like a component like a JComboBox, but with something else that menu items in it. Can I put arbitrary contents in the popup box that opens when we click on the JComboBox ? Actually, what I want is a way to save some space in my application. I have some advanced settings and actions that I would... 17 Jul 2008 19:56
More Applet Problems I have an JApplet that just adds a custom component to the content pane. The custom component works correctly when added to a JFrame, but the applet is completely locking up my browser. I'm not sure how to determine what is going on. The browser is using the entire CPU when the applet is loaded, but I can't ... 18 Jul 2008 18:34
Logger.getLogger question Hi, According to the documentation, if I use the Logger.getLogger(String) method, the parameter refers to the name of the log file. Where do I define that? Does this go in my log4j properties file? A very beginner question, but any help you cah provide is appreciated, - Dave ... 17 Jul 2008 16:50
Multipart file upload in applet I'm having some difficulty getting file upload to work. I'm using some sample code of questionable utility and I was hoping someone here could give me a hand. The basic problem is that I need to post to a servlet an image and some associated metadata. It should look just like it does when it is posted by... 18 Jul 2008 18:34
Eclipse and RCP Hi everybody, I'm trying to create an RCP application using Eclipse. Following help instructions I created an application from the "Hello RCP" template... But the application doesn't run, because I get compiler errors... It's not possible to import anything from org.eclipse.ui. Can you help? I'm using Ecli... 21 Jul 2008 07:54
need phishing project hello friends please help me out if someone is having a project related to phishing written in java then please help me thanks ... 19 Jul 2008 08:52
Generics Issue So, here's a weird problem I ran into using generics (see my other post - http://groups.google.com/group/comp.lang.java.programmer/browse_frm/thread/5939fff0ed09efd6#) The issue revolves around general use of a Generics class. For example, I have a List of Generic objects that I need to iterate through. So...so... 23 Jul 2008 13:17
BigDecimal(String) vs. BigDecimal(double) [Floating-point arithmetics] I've observed depending on whether a BigDecimal is constructed with a String or double representing the same value, I get different results in a rounding operation: import java.math.BigDecimal; import java.math.RoundingMode; public class FPTest { public static void main(String[] args) { double ... 18 Jul 2008 07:11
update JTable I create AbstractTableModel model, then create table new JTable(model) and add some data. Then I want to add or delete some columns to data. How can I update this JTable? ... 17 Jul 2008 10:37 |