Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Object hacking in java - Power of reflection

This article gives you the inner power of reflection. Actually speaking there is no concept of hacking. It is just a tweak you can make to a java object through reflection. In this article I will show you how to break some of the object oriented concept using reflection. As you know reflection is the ability of the software to analyse itself. There are two ways you create an instance of a class. One way you can create an object directly using new operator of the class which is at your classpath. You can create an instance of a class using java.lang.reflect package of JDK.

Read more ...

 

Animation with Eclipse Shell - A simplistic approach

Animation with Eclipse Shell - A simplistic approach
An article by Debadatta Mishra
Introduction

Read more ...

 

Creation of Hover Dialog box in Jface

Creation of Hover Dialog box in Jface
An article by Debadatta Mishra

Introduction

Read more ...

 

Creation of InfoPopup in Eclipse

Creation of InfoPopup in Eclipse
An article by Debadatta Mishra
Introduction
In case of Eclipse editor, there is a concept called "InfoPopup". It is a kind of UI which provides dynamic help message to the user. It is a special type of UI Screen which has a header for type of information and a footer about what to do . It has a yellowish type background which displays the help message.

Technicalities

Read more ...

 

Custom JFace Dialog Creation

Creation of Jface Dialog with no buttons at all
An article by Debadatta Mishra
Introduction
Eclipse editor provides many different features including many sorts of dialogs specific to requirements.
In some dialog boxex, there are no default buttons including the close 'X' button. In this kind of dialog you
will have better control over it. In case of normal dialog box there will be three default buttons. They are

Read more ...

 

Types of Shell creation in Eclipse framework

Types of Shell creation in Eclipse framework

Introduction

Read more ...

 

Play with image A Technique in Java - Search image, Convert image to text , Hide data inside image

Play with image A Technique in Java - Search image, Convert image to text , Hide data inside image

Introduction

Read more ...

 
Syndicate content