The Artima Developer Community
Sponsored Link

Java Buzz Forum
ClientJava.com Links(6) - More Synth Coverage, Swing FrameLayout, JNIWrapper

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
ClientJava.com Links(6) - More Synth Coverage, Swing FrameLayout, JNIWrapper Posted: Oct 21, 2004 10:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: ClientJava.com Links(6) - More Synth Coverage, Swing FrameLayout, JNIWrapper
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Smokescreen 3.4 has been released
Smokescreen is a Java obfuscator. Aside from being able to change symbolic names, it can also modify the bytecode instructions in methods thereby obfuscating control flow. This makes the resulting obfuscated classes much more difficult to decompile.
The following changes or additions have been made in Smokescreen 3.4:
1) Support for JDK 5.0.
2) String encryption.

Help maximize screen space with a small UI trick
Way back in the primordial ooze stage of our new product, it was decided that we needed a custom control rather than use the standard combobox to handle dropdown lists. So, instead of using a JComboBox, we created our own LookupField control that combined a JTextField with a JButton to simulate the more traditional component. There were several reasons for this decision. Two of the more compelling ones had to do with the ability to control the dropdown button...

FrameLayout: HTML-style frames for Swing
To help in the design and development of my desktop applications, I've written a small layout engine that works much like HTML frames and framesets. That is, the engine hierarchically divides the container surface into rows/columns. The class, not so surprisingly, is called FrameLayout...

Taming Tiger: Ocean and Synth meet Metal
It's official: As of September 30, 2004, version 5.0 of the Java 2 Development Kit (yep, it's back to the good old JDK) is ready for prime time. As part of the new platform, you get two new look-and-feel objects that let you change what your program uses and how it looks. Ocean is the new default Java look and feel, replacing the old Metal version. Synth is new and provides for the description of the look and feel through an external XML file...

JNIWrapper 2.6 - Native calls without JNI
Today we issue an important release of JNIWrapper 2.6, which addresses several important issues and introduces a number of improvements in the core API and COM integration.

What?s coming next

JExplorer 1.0 Release. We?re planning to introduce the final release of JExplorer 1.0 this month.

JNIWrapper for Mac OS X: Core functionality of Mac OS X port is already done. We will focus on preparing this product for release after JExplorer is out. The early access version will be released shortly for your evaluation and feedback.

Combobox Renderer Trick

Read: ClientJava.com Links(6) - More Synth Coverage, Swing FrameLayout, JNIWrapper

Topic: Heap Analysis Tool from Sun Previous Topic   Next Topic Topic: Writing Servlets with Jython tutorial

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use