| Thread | Last Post | Replies |
|
| Transfer JAVA Help needed for Bank program! | 20 Dec 2005 21:18 GMT | 46 |
Hi guys, I came here before requesting help. Hope you all remember. Anyway, here is my jsp/java files for this banking system. I'm trying to write code to make a transfer between two accounts, using From and To, and displaying Date & Time, Transferred From, To, FromAccountID, To
|
| Javadoc | 20 Dec 2005 21:12 GMT | 15 |
ich habe ein problem beim erstellen der javadoc, in eclipse, Netbeans und Java Studio Enterprise bekomme ich das folgende resultat in der console.. fehlt mir etwas oder eine falsche einstellung oder .. ?
|
| Threads Question (I think) | 20 Dec 2005 20:18 GMT | 2 |
I'm writing an applet that simulates ideal gas particles under varying conditions. For part of this I have a bunch of simulated particles (basically little balls) bouncing around a container. I need to calculate how many times they will hit the wall in an arbitrary amount
|
| Scrollable JPopupMenu | 20 Dec 2005 10:13 GMT | 1 |
Is it possible to make a JPopupMenu scrollable? The problem is that i have too many menu items that the popup menu extends beyond the screen. I tried adding the popup menu to a JScrollPane, and then calling setVisible(true) on the scroll pane, but obviously that was not the
|
| Object reference question | 19 Dec 2005 21:41 GMT | 5 |
I have an easy question for you all. I need to get a reference to a JTable that is in a JScrollPane which is in a tab of a JTabbedPane. I need this reference so I can pass it along to other methods for further processing.
|
| How do I control the background tab color of the selected tab? | 19 Dec 2005 16:02 GMT | 11 |
In this "work in progress" interface control widget for an application to run on my employer [ http://dt.asu.edu ]'s Decision Theater "theater in the round" (affectionately "the drum"):
|
| I have a crisis | 19 Dec 2005 12:45 GMT | 28 |
I am a freshman in college and I totally gotleftbehind in this Intro to Java class I'm taking. I have to hand in 7 assignments by the end of today. These are the first two assignments: "The assignment requires you to write two separate programs and thus
|
| Two column list with JOptionPane | 19 Dec 2005 09:04 GMT | 11 |
Yes, this is a homework question. My assignment is: Modify the mortgage program using a graphical user interface to allow the user to input the amount of a mortgage and then select from a menu of mortgage loans: 7 year at 5.35%, 15 year at 5.5 %, and 30 year at 5.75%.
|
| SWING JLabel is not displayed | 19 Dec 2005 06:38 GMT | 2 |
Trying to figure out why JLabel in a JApplet is not displayed, whilst Label in a Applet is OK. Can someone help please? Thanxs. Noticed that for JTextField, I need to repaint it with a setText to make the JTextField appear.
|
| Program design issues | 19 Dec 2005 01:33 GMT | 1 |
I'm suddenly stuck with writing my program, I'm hoping someone could get my mind straightened out. I'm trying to write this Sudoku puzzle solver. Current design has a main class. The main class creates an instance of
|
| Add an element to a list - compiler error | 19 Dec 2005 00:43 GMT | 4 |
I'm getting a compiler error on the following method. I can figure out how to remove the error - by naming the variables in the case statement adj3, adj4 instead of adj1 and adj2, but that seems to be clumsy. Is there a better way to achieve the same?
|
| Exception Help Needed | 18 Dec 2005 04:27 GMT | 7 |
I'm learning java and this is my first experience into GUI and event handlers. I'm getting this exception; java.lang.ArrayIndexOutOfBoundsException: 4 >= 4
|
| help me understand this layout "feature" | 17 Dec 2005 23:09 GMT | 1 |
I had a problem with a program when I tried to use the same Label component in two places on a layout. It didn't make sense, but this is apparently illegal in AWT (and Swing). The obvious solution is to just make two Labels containing the same text. But why is this necessary?
|
| Custom Tags to save static html output from JSP into a variable | 17 Dec 2005 20:30 GMT | 1 |
Does anyone know if I can write a custom tag around an existing jsp code to make sure that instead of printing it to the browser it will either write to a file or a variable? <mytag>
|
| syntax for a literal array parameter? | 17 Dec 2005 18:10 GMT | 5 |
For reasons that would choke a JOAT, I'm trying to pass an array as an initilization parameter to a constructor, and create the array right in the call. The "obvious" syntax sure doesn't work:
|