¡@

Home 

java Programming Glossary: liked

What are the differences between BDD frameworks for Java? [closed]

http://stackoverflow.com/questions/1068785/what-are-the-differences-between-bdd-frameworks-for-java

the chance to try out Cuke4Duke of JDave as I would have liked but will probably push for JBehave at this time. share improve..

What are good Java date-chooser Swing GUI widgets?

http://stackoverflow.com/questions/1339354/what-are-good-java-date-chooser-swing-gui-widgets

project involving Swing GUIs and I actually I really liked the way this control is implemented. Besides the license is..

Java Log Viewer

http://stackoverflow.com/questions/144807/java-log-viewer

stable and better than anything I've seen on Windows. I liked them so much I bought the bundle with both pro versions for..

GridBagLayout panels allignment

http://stackoverflow.com/questions/14755487/gridbaglayout-panels-allignment

7 in a top panel and sections 8 9 in a bottom panel but I liked the challange of 1 panel with GBL. bored The problem is that..

How to get names of classes inside a jar file?

http://stackoverflow.com/questions/15720822/how-to-get-names-of-classes-inside-a-jar-file

personally used the Reflections library but it seems well liked. Some great examples are provided on the website like this quick..

Netty vs Apache MINA

http://stackoverflow.com/questions/1637752/netty-vs-apache-mina

and had the time to play around with Netty. We especially liked the cleaner API and much better documentation. Performance seemed..

Which is the best alternative for Java Serialization?

http://stackoverflow.com/questions/239280/which-is-the-best-alternative-for-java-serialization

YAML This is an idea I have been toying with but I really liked the YAML format at least as a custom toString format . But really..

Eclipse Java Profiler [closed]

http://stackoverflow.com/questions/2713940/eclipse-java-profiler

Java OpenGL so I'm not sure if it has to do with that . I liked YourKit but unfortunately it's not free. I even tried switching..

What is the abbreviation of JAVA language? [closed]

http://stackoverflow.com/questions/3042854/what-is-the-abbreviation-of-java-language

name on the list was Silk which I hated but everyone else liked. My favorite was Lyric the third one on the list but it didn't..

How do I copy-protect my Java application?

http://stackoverflow.com/questions/3647255/how-do-i-copy-protect-my-java-application

If you like you can take that as a compliment someone liked your software enough to steal it. Cold comfort I know but the..

Java equivalent to PHP's preg_replace_callback

http://stackoverflow.com/questions/375420/java-equivalent-to-phps-preg-replace-callback

of the PHP function. Here's the original since the asker liked it public class CallbackMatcher public static interface Callback..

Spring IoC and Generic Interface Type

http://stackoverflow.com/questions/502994/spring-ioc-and-generic-interface-type

String Upon doing this switch we found we actually liked this pretty well because it allows us to do find usage tracking..

Which is the best library for XML parsing in java [closed]

http://stackoverflow.com/questions/5059224/which-is-the-best-library-for-xml-parsing-in-java

.. I have taken look at commons configuration but didn't liked it Other apache projects on XML seems under hibernation. I haven't..

Good Java graph algorithm library?

http://stackoverflow.com/questions/51574/good-java-graph-algorithm-library

your graph then it might be the best choice. I really liked using its API when I quickly had to write an app that was working..

How to best position Swing GUIs

http://stackoverflow.com/questions/7143287/how-to-best-position-swing-guis

position Swing GUIs In another thread I stated that I liked to center my GUIs by doing something like this JFrame frame..