pgarland1 / stock-portfolio-manager

Automatically exported from code.google.com/p/stock-portfolio-manager
0 stars 0 forks source link

Transaction window does not appear #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Type ctrl-T

What is the expected output? What do you see instead?
I expect the transaction window to appear. Instead nothing happens.

What version of the product are you using? On what operating system?
0.23Beta on JRE 1.60_22 on Win7 64bit

Please provide any additional information below.

Original issue reported on code.google.com by boy...@tpg.com.au on 13 Sep 2013 at 2:27

GoogleCodeExporter commented 8 years ago
Just upgraded to JRE 1.7.0. Same behavior, no Transaction window appears.

Original comment by boy...@tpg.com.au on 13 Sep 2013 at 2:44

GoogleCodeExporter commented 8 years ago
Same issue. Latest Java version. Windows 8.

Original comment by maartenp...@gmail.com on 14 Nov 2013 at 10:50

GoogleCodeExporter commented 8 years ago
It's been a while since I've had the time to contribute to the projet... but 
here I am ;)

I fixed that, it will be part of the next release (0.24).

Original comment by alex.bel...@gmail.com on 4 Apr 2014 at 3:42

GoogleCodeExporter commented 8 years ago
The issue caused by a NullPointer (JcomboBox bug) when displaying the 
AddTransaction panel.

The weird thing is that the bug was present when the application was launched 
by double-clicking on the launcher jar, but not when launching from the batch 
file.

Anyhow, the panel is not being displayed in all cases.

Original comment by alex.bel...@gmail.com on 4 Apr 2014 at 3:46