christstc / seaglass

Automatically exported from code.google.com/p/seaglass
0 stars 0 forks source link

JTextField Cant find difference between disabled and enabled #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I suppose the paint color for disabled must be changed ;)

I have one more question

how should i build the jar file
Both NetBeans and Eclipse are showing errors when i try to build 

Original issue reported on code.google.com by gnadh2007 on 29 Jul 2011 at 6:44

GoogleCodeExporter commented 9 years ago
I don't think they look the same. What version of Sea Glass are you using?

What JDK are you using? It won't work with Java7, and it won't work with Java6 
earlier than update 17.

Original comment by kahuxtable on 31 Jul 2011 at 9:30

GoogleCodeExporter commented 9 years ago
I don't think they look the same. What version of Sea Glass are you using?

What JDK are you using? It won't work with Java7, and it won't work with Java6 
earlier than update 17.

Original comment by kahuxtable on 31 Jul 2011 at 9:30

GoogleCodeExporter commented 9 years ago
I m using java 6 update 24, I m using the latest build on integration_rossi

In Eclipse 3.7 i m getting error saying "Access restriction: The method 
getFontMetrics(JComponent, Graphics) from the type SwingUtilities2 is 
     not accessible due to restriction on required library C:\Program Files\Java\jre6\lib\rt.jar"

Many Errors like this

Original comment by gnadh2007 on 31 Jul 2011 at 10:05

GoogleCodeExporter commented 9 years ago
;)
I corrected that error by removing and adding the Java Library in Build Path
(Searched internet)

Sorry for that enabled and disabled 
It was my fault typing it wrong
I wanted to report about setEditable(true) and setEditable(false) have no 
differences but mistaken

Original comment by gnadh2007 on 31 Jul 2011 at 10:11

GoogleCodeExporter commented 9 years ago
Hmmm... I'm developing on a Mac running OS X 10.6.8 (Snow Leopard) and Apple's 
JDK version 1.6.0_26. I'm using Maven 3.0.3 and getting different errors. I 
suspect some of the Maven plugin versions aren't compatible with Maven 3.

What Maven are you using?

I'm still looking at this, but from a command line to avoid interacting with 
M2E.

Original comment by kahuxtable on 31 Jul 2011 at 10:17

GoogleCodeExporter commented 9 years ago
Okay, I found *my* problem. Apple changed the location of classes.jar, which is 
what they call rt.jar. Instead of being in "shared_bundle/Classes" it's now in 
"bundle/Classes". Go figure.

Anyway, Rossi's branch builds fine on my Mac with that one change.

Original comment by kahuxtable on 31 Jul 2011 at 10:55

GoogleCodeExporter commented 9 years ago
maven 3.0.2

Do u mean mavens version may cause "setEditable(true) and setEditable(false)" 
look similar

I am using windows 7
Do they have difference in your snow leapord

Original comment by gnadh2007 on 1 Aug 2011 at 2:21

GoogleCodeExporter commented 9 years ago
Seems to be an outdated issue.

I close this one for now. Please test the latest version.

Original comment by rosstaus...@googlemail.com on 14 Nov 2013 at 9:36