| Thread | Last Post | Replies |
|
| Ctrl-click a button | 31 Dec 2009 10:10 GMT | 7 |
I'm wondering how one could detect if a button (say a toolbar button) was clicked while the ctrl-key was held down. Is it possible to detect this modifier key in the actionPerformed() method of the action button itself?
|
| java interpretation help | 29 Dec 2009 19:18 GMT | 9 |
I have some code snippets that I need help to understand: 1. public static final int VIEW_PRIVATE = 1 << 103; What is VIEW_PRIVATE equal to?
|
| Top Ten Errors Java Programmers Make | 28 Dec 2009 18:23 GMT | 28 |
Hello friends , Here is a nice article which I have found while surfing , it is about the ten common errors which may be made by any Java Programmer while Programming. The article lists all those mistakes and their solution.
|
| Newest Java Update failed | 28 Dec 2009 10:34 GMT | 5 |
Hello NG, if I try to make a Java-Update from Vers. 6.7. to 6.17, I get the following message: Decompression of the core files failed. What can I do to prevent it? (I am working with Windows 7 and Mozilla Firefox 3.5.6) Thanks for all answers! Heinz
|
| Is Java the right language for me? | 28 Dec 2009 09:35 GMT | 7 |
I have some experience with programming in languages such as C++, Fortran, VBA, Matlab, etc. but i've never created a standalone executable program. I would like to do this and have a modern looking GUI. I've been teaching myself Java because that seems to be what
|
| retrieving a value from a HTML component | 23 Dec 2009 22:22 GMT | 1 |
I am retrieving the selected item from a list/menu component on an HTML page. The said value is passed as a parameter to a method initiated through <jsp:useBean. I am aware that when the user selects an item from the list/menu an
|
| Netbeans 6.8 Beta Download | 23 Dec 2009 21:29 GMT | 1 |
NetBeans IDE 6.8 Beta is the first IDE to offer support for the entire Java EE 6 spec. Highlights include support for JSF 2.0/Facelets, Java Persistence 2.0, EJB 3.1 including using EJBs in web applications, RESTful web services, and GlassFish v3. . PHP support has been
|
| in which thread shoud I use dialogs? | 23 Dec 2009 14:56 GMT | 1 |
An old Swing's rule says that all the UI operations should be carried out in the event-dispatching thread, and other operations should be done in other threads. I have written a GUI application which uses multiple threads. Among them, there is a SwingWorker thread which can
|
| Using Executors / newSingleThreadExecutor | 22 Dec 2009 21:54 GMT | 2 |
I am investigating using threads using Executors/Callable instead of the Runnable implementation i normally use. To simplify my problem i created some code which is shown below. My expectation was that immediately after submitting a thread using
|
| Java use: problem with LaTeXDraw | 21 Dec 2009 18:28 GMT | 31 |
I wanted to use LaTeXDraw, which is a .jar file. Libs, etc., are included in the good folders, but when I run $ java -jar LaTeXDraw.jar, the loading screen of LaTeXDraw appears, but, when the loading is finished, nothing but a mere window, with the
|
| how can user quickly copy input field/values inside applet? | 21 Dec 2009 16:15 GMT | 3 |
here's the example applet: http://alumnus.caltech.edu/~jimmc/stringart/stringart.html while experimenting, i've entered trig functions that extend the x and y beyond default value 0 thru 1, so some kind of user-config copy of all fields would be handy for record
|
| sun java certification - exam location | 21 Dec 2009 13:04 GMT | 3 |
I am confused by some of my friends. I think the certification exam is taken place in somewhere, such as computer training centers etc. instead of taking the exam through the Internet. Could anyone give me a firm
|
| convert date in different timezones into default timezone, getting Exception in thread "main" java.text.ParseException: | 18 Dec 2009 06:13 GMT | 2 |
I am reading different files and extracting date out of them . But dates are appearing to be from different timezones ( or from different countries ) , hence I am receiving CODE
|
| Only last function runs properly | 17 Dec 2009 18:57 GMT | 4 |
I have a problem, and I'm new to javascript, and can someone help me? I created a page that has three image blocks with images scrolling randomly. See www.sipawards.com/results.php (not my original design, I only had to do the search query, and then add in the images).
|
| Closing Database Connection | 17 Dec 2009 13:44 GMT | 5 |
I have an all purpose Database Class. There are two methods in this class: DBConnect() and DBClose(). (DBConnect)---------------------------------------------------------- package Program;
|