In-Depth look at the GridView Control

In-Depth look at the GridView ControlWe all enjoyed the datalist and the datagrid controls in Asp.net 1.1. There were thousands of operations that we can perform using datagrid and datalist control. Asp.net 2.0 ships with another data bound templated control which is called Grid View. Grid View has made everything easier for developers. The main changes that I have seen in Asp.net 2.0 is that we don’t require a lot of code to achieve tasks but most of the functionality is already provided and built in the control. In this article we will see the GridView control in action and we will see what type of operations we can perform using this control and how this control is better than the classic datagrid control.
Read more

Java Media Framework basics

The Java Media Framework (JMF) is an exciting and versatile API that allows Java developers to process media in many different ways. This tutorial provides an overview of some of the major features of JMF, mainly through the use of working examples. Upon completion of this tutorial, you will understand the major players in the JMF architecture. You also will have worked directly with JMF, using live examples and source code that may be extended for more specific purposes.
Read more

Introduction to GuiRecess v 1.0 - The RANT3D Input Java Graphical User Interface

RANT3D is a physics code that is used to model RF antennas used in fusion tokamaks. The input for the RANT3D code primarily consists of two files, recess_input and current_element_input. The function of these files is to provide the geometry of a series of recesses and current elements or straps and their corresponding parameters that model an antenna. The code is quite complex, and the inputs can be quite tedious to write out for large, complex antennas such as the RF antenna in NSTX. In order to make the code easier to use, and therefore more accessible, the GuiRecess program was written.
Read more

Introduction to Java Programming, 5E

This tutorial is for students who are currently taking a Java course that uses Eclipse and for Java programmers who want to develop Java projects using Eclipse. Eclipse is an open source supported by IBM.
Read more