Today I released minor upgrade of Android Chess Clock. Major features implemented: “Click” sound when players swapped Application should be available also for devices like HTC Tattoo (explicit declaration of small screen support in AndroidManifest.xml) Minor redesign of about screen Updated Android Market text.
Tag: java
Android Chess Clock 1.0-b4 released…
I’m happy to announce that next release of Android Chess Clock was released today. For me it is important release as this is first one that I tested on my own Android Phone. There are many new features. Screenshots of new features Selection of calculation methods Bronstein time control configuration New Icon Full new features…
Android Chess Clock 1.0-b3 released today
I have released next version of Android Chess Clock. Major change is refactoring of calculation engine to support multiple calculation strategies in future. Although this change is not visible for user today it is investment for future. Screenshots Major changes in this release slight screen design graphic improvement added different layout for landscape screens when…
Android Chess Clock 1.0-b1 released…
I’m happy to inform you that first beta version of Android Chess Clock was released to Android Market, filed under category Games/Brain and Puzzle. Application is currently fairly simple (as you can see on screenshot) but works: Main features supports Android 1.5+ players alternate by taping anywhere on the screen supports small QVGA screens as…
Netbeans performance problem: JPanel form is much slower if running inside RCP
Last week I was fighting with very strange performance issue. We have quite complicated JPanel form and I was doing some performance opmtimization. I thought that it is now OK, but when then same form was executed as component inside NetBeans Rich Client Platform, it was horribly slow.
How to submit Bugzilla bug using XML/RPC and pure Java
Our project uses Bugzilla for tracking issues. I was looking for solution how to submit occured exception programatically. I found quite simple solution using Groovy and I have adapted it to pure Java. Here is the source code: import java.net.MalformedURLException; import java.net.URL; import java.util.HashMap; import java.util.Map; import org.apache.commons.httpclient.HttpClient; import org.apache.xmlrpc.XmlRpcException; import org.apache.xmlrpc.client.XmlRpcClient; import org.apache.xmlrpc.client.XmlRpcClientConfigImpl; import…
Éčka v potravinách – program pro váš mobil zdarma
Na těchto stránkách si můžete zdarma stáhnout program do vašeho mobilního telefonu. Tento program vám umožní jednoduchým způsobem kontrolovat škodlivost jednotlivých éček. Program se ovládá pomocí kurzorových šipek, číslic a * a #.
hibernate.hbm2ddl.auto – What do values create, create-drop, update and validate mean?
I was looking into documentation for Hibernate for the meaning of these options. Unfortunately it is not written there. I found explanation on Eyal Lupu’s blog… 🙂 Enjoy…
Java: How to display incomplete stacktrace?
A few days ago we met some issue and there was huge stacktrace finishing with … 20 more. We was disappointed that we cannot see real cause of the exception because we thought that Java is hiding most important exception details. But in fact, there is nothing hidden, it is just misunderstanding of the stack…
DGX velice pěkně popsal pocity z Ruby, které mám už docela dlouho…
U několik měsíců mám v draftech rozepsaný post o tom, že nechápu, proč Sun věnuje takové úsilí podpoře JRuby (viz http://www.netbeans.org/community/releases/60/, část věnovaná JRuby), přestože existují mnohem lepší skriptovací jazyky pro JVM (např. moje oblíbené Groovy). Nikdy jsem tento post nedopsal, ale po přečtení článku od DGX na La Trine nemůžu než se připojit, k…