![]() |
Introduction to Visual J# .Net |
|
Introduction |
|
Visual J# is Microsoft implementation of the Java language with two goals. It is used to create applications for the Microsoft Windows operating systems and it is meant to assimilate with the .Net Framework. |
|
The Visual Studio .Net IDE presents an impressive interface that allows you to start creating applications. It doesn't start with an application so you can decide what you want to do. This is because there are various types of applications you can create. The screen presents what is referred to an Integrated Development Environment or IDE. The top section of the IDE is made of the title bar. You can use the title bar to close, move, minimize or maximize the application. Under the title bar, the main menu presents a list of actions you can perform during the design of an application. The actions are organized in categories and each category is represented with a word. Examples are File, Edit, Tools, etc. |
| On this site, the menu on top of the IDE is always called the main menu |
|
Creating a Project |
|
An example of using the main menu consists of creating a new project. To do this:
|
|
Under the main menu, a long bar made of small pictures displays. This is a toolbar. This particular object is called the Standard toolbar. On the left side of the screen, there is a bar with the word Toolbox in a vertical direction. If you position the mouse on it, it extracts to display items arranged by categories. Once you position your mouse away from it, the bar goes back to the way it previously was. At first glance, the main and middle area of the screen appears blank. It will eventually be used to display code or a list of previous projects. On the right side, the screen is divided in two sections. The top section includes various tabs such as the Class View, the Resource View, and the Solution Explorer. Once you start using Help, other tabs will be added. In the lower section of the right side of the screen, there is window that displays things depending on what is selected in the top section. The description we have just givens assumes that you are using the default arrangement of the Visual Studio IDE. |
|
|
||
| Copyright © 2003 FunctionX, Inc. | Next | |
|
|
||