First  |  Prev |  Next  |  Last
Pages: 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
Bug in System PLAF for JFileChooser
I started a thread over on the Sun forums. JFileChooser PLAF/file filter test <http://forums.sun.com/thread.jspa?threadID=5428382> I would appreciate some more test results before submitting a bug report. Can any of the kindly folks around here run the source on that thread, and confirm /support my WAG that th... 17 Feb 2010 02:12
Oracle insert date and time
I have a JDBC current date and time insert into Oracle 9i that almost works. It submits the current date and a fixed time into the Oracle date type field. I am using Tomcat 6.0.20. For example if I insert the data at 7:24:04 PM on Feb 16, 2010 it will insert as: 16-Feb-2010 12:00:00 AM The date part works but the ... 17 Feb 2010 02:12
Oracle insert current date and time
I have a JDBC current date and time insert into Oracle 9i that almost works. It submits the current date and a fixed time into the Oracle date type field. For example if I insert the data at 7:24:04 PM on Feb 16, 2010 it will insert as: 16-Feb-2010 12:00:00 AM The date part works but the time always shows 12:00:00... 17 Feb 2010 02:12
How to get a clone of the super class?
Hello everyone, Let's say I have a class B that extends a class A. Now I have an instance of B and I need to "clone" it but only as an instance of A, not B. I can't just cast my instance of B into A, I need a new instance of A, and only A. I need that the new object's getClass() method to return A.class. Is t... 17 Feb 2010 02:12
Capture image from webcam in java
Hi I'm looking for a solution to capture the image from webcam and microphone, in pure java without any 3-part applications. I should be grateful for any help ... 17 Feb 2010 00:03
pre-increment vs. post-increment
Arne Vajhøj wrote: BTW, isn't ++something a C++'ism? Lew wrote: It's been around longer than that, since C. Arne Vajhøj wrote: I know, but the ++something is better than something++ because it is faster is rooted in C++ classes I believe. Lew wrote: I wouldn't know. This is a Jav... 18 Feb 2010 09:25
Making JTable column widths obey me
I just can't make the setPreferredWidth method of TableColumn work as I want to. Is there a way ? Also, is it possible to make the column not resizable even if the whole table is resized ? ... 15 Feb 2010 20:00
Simple BorderLayout problem
Hello, I have a problem with BorderLayout, and I bet it's really simple. I have JPanel with a TitledBorder (like a "group" widget) and this JPanel contains a button. Now I want to displays this JPanel centered horizontally and vertically and I don't want it to occupy all the space of the client area of the J... 17 Feb 2010 05:33
Imitating a JFrame extended program with JPanel; help needed...
hi all, there is a simple prog in the book "Sams teach ..." which extends JFrame. its an example for actionListener. since i heard i cant apply lookandfeel() for JFrame, i wanted to write the programe extending JPanel. the code i wrote correctly gets compiled. but nothing is getting displayed ( i mean no button... 18 Feb 2010 09:25
ANN: GR8 in the US 2010 Conference Registration Now Open!
Registration for GR8 in the US is now open! Go to http://www.gr8conf.org/registration/index to register. GR8 in the US is a one day conference dedicated to the software language Groovy, software development frameworks Grails and Griffon, and related technology. It will be held April 16th, 2010 at the Holiday Inn... 15 Feb 2010 10:54
First  |  Prev |  Next  |  Last
Pages: 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77