-
Napkin is working fine, but when I switch from napkin to another L&F the following exception appears on the console. The system carries on running but if you subsequently switch back to Napkin, the GUI freezes trying to create a Jframe. The JVM has to be terminated by killing the process because the process is still running and there are no windows.
java 6, Windows XP.
Exception in thread...
2009-10-11 15:47:32 UTC by pgbennett
-
Until you get 1.3 deployed to Maven Central, you might like to know that 1.2 is available for your Maven user community:
http://repo2.maven.org/maven2/net/sf/squirrel-sql/thirdparty-non-maven/napkinlaf/1.2/
Rob Manning.
2009-09-27 22:04:09 UTC by manningr
-
Thanks for re-opening this bug. My comment on 2009-06-16 11:23 ("I think this bug is fixed in SVN.") was wrong.
The bug still occurs in NapkinLAF 1.2, as well as in the current SVN version. My suggested fix (deleting a line in class NapkinUtil) is still applicable in the current SVN version.
Daniel.
2009-08-24 11:36:29 UTC by wikipedian
-
Hi,
I am working to mavenize a project (SQuirreL SQL Client : https://sourceforge.net/projects/squirrel-sql/) which ships the napkinlaf. I was pleased to find that you have a pom already (not many lafs are using maven yet). However, I could not locate your artifacts using the following repo search tools:
http://mavensearch.net/search?q=net.sourceforge.napkinlaf...
2009-08-23 03:53:56 UTC by manningr
-
Sorry, I missed the repost of the screenshots, I can see those, never mind about that.
2009-06-16 16:41:25 UTC by kcrca
-
Sorry -- I'm trying to look at this and can't see the pics. Can you either attach the screenshots to this bug or put them up, where I promise I'll look at them soon.
Alex, this is your code. Is he right in saying that NapkinUtil.finishGraphics should have the following code deleted:
jc.setBackground(new AlphaColorUIResource(...
2009-06-16 16:40:20 UTC by kcrca
-
Re-opened at submitters request.
2009-06-16 16:25:24 UTC by kcrca
-
I'm trying to use Napking L&F on an application we're developing internally. I'm getting the following exception. I'm using the just-released Java 1.6. Any ideas?
$ java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode)
$ bin/run
Exception in thread...
2009-06-16 15:23:06 UTC by mcamou
-
We're using the method SwingUtilities.updateComponentTreeUI(c) to set some components to NapkinLAF while leaving the rest of the GUI with MetalLAF.
This worked fine with NapkinLAF 1.0, but no longer works with NapkinLAF 1.2 (or the current SVN version).
I have attached a short example program. With NapkinLAF 1.0, the upper button is shown in Metal, while the lower one is shown in Napkin...
2009-06-16 11:40:39 UTC by wikipedian
-
I think this bug is fixed in SVN.
2009-06-16 09:23:35 UTC by wikipedian