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

Java Using J-integra Tutorial

Generate Java COM code using J-integra
1) Run the application com2java.exe in the \bin directory.
2) Click the select button at the top of the window and locate the STKX.dll to be used to generate the Java code.
3) In the text box labeled Java package, type the name of the package in which you want the code to be placed. This tutorial will use the package STKX.
4) Select the Options…button and verify that the following options are enabled
Read more

Java Advanced Imaging API: A Tutorial

This tutorial shows how the Java language and its Java Advanced Imaging (JAI) Application Program Interface (API) can be used to create applications for image representation, processing and visualization. The Java language advantages are its low cost, licensing independence and inter-platform portability. The JAI API advantages are its flexibility and variety of image processing operators. The purpose of this tutorial is to present the basic concepts of the JAI API, including several complete an verified code samples which implements simple image processing and visualization operations. At the end of the tutorial the reader should be able to implement his/her own algorithms using the Java language and the JAI API.
Read more

Simple C# Tutorial

Simple C# TutorialIntroducing the Microsoft .NET Framework
. .NET (dot-net) is the name Microsoft gives to its general vision of the future of computing, the view being of a world in which many applications run in a distributed manner across the Internet.
. We can identify a number of different motivations driving this vision.
- Object-oriented programming
- Compiled once and run everywhere.
- Service-oriented application
. .NET is Microsoft JVM?
. .NET has been built upon open standard technologies like XML and SOAP and is towards more open standards rather than Microsoft its proprietary tendencies.
Read more

Exchanger XML Editor V3.1 User Guide

Exchanger XML Editor V3.1 User GuideEditing XML using the Grid
The Grid view provides a convenient means for viewing and editing XML while shielding the user from the complexities of the actual markup. While the grid is particularly useful for handling structured data, such as purchase orders or medical records, it also supports documents that contain mixed content.
Read more

Next Page →