Blakes 21 Days Appendix A


Screenshot Links

Appendix A, Using the NetBeans Integrated Development Environment

Installing NetBeans

Creating a New Project

Figure A.1 - The NetBeans user interface. - goes here

600

Figure A.2 - The New Project Wizard. - goes here

047

Creating a New Java Class

Figure A.3 - The NetBeans source editor. - goes here

604

Listing A.1 The Full Text of Spartacus.java

The Explanation

Running the Application

Figure A.4 - Viewing program output in the NetBeans Output pane. - goes here

608

Fixing Errors

Figure A.5 - Flagging errors in the source editor. - goes here

612

Expanding and Shrinking a Pane

Figure A.6 - Editing source code in a larger window. - goes here

616

Exploring NetBeans



Reserve



Appendix A - First Try

Appendix A - Second Try's a Charm


120

Paths to different files



End of Appendix A, except for the Screenshots below



Download JDK 8 - Not Successful

Safari

09

Firefox

10
10a

Questions that I answered for "Java SE Development Kit 8 Downloads" using the Firefox browser on my Apple


Download NetBeans - Not Successful

11
12
13
14
15

Another Failure

16

Java SE Development Kit 8 Downloads (8u112 for Mac OS X) - Success

10
020
021
022
023
024
025
026

Downloaded NetBeans IDE 8.0.2 using Java SE - Success

030
031
032
033
034
035
036
037
038
039
040
041

Using NetBeans

042

Splash Screen

043

first view of NetBeans

044

New Project window

045

Name and Location

046

After changing "Project Name"

047

After changing "Create Main Class"

048

view code for first time

049

after inserting new line of code

050

Compile Code

051

Run File

052

Output Pane first appears

053

Fixing Errors

the Before shot

057

the After shot

058

The yellow Tool Tip

059

replacing the semi-colon gets rid of the error warnings

060

after "Saving All" button pressed and "Run File" selected

061

Opening Sparticus.java to see the code

066

Sparticus.java displayed in the Projects pane, Start Page tab has focus

067

Sparticus.java displayed with it's submenu

068

Sparticus.java code is revealed

069

Creating a NetBeans alias and placing it into the Dock


Expanding and Shrinking a pane

071

Expanding and Shrinking a pane

072

Expanding and Shrinking a pane

073

Install the Java SE Development Kit 8u112 for Windows x64 on my Laptop

080
081
082
083
084
085
086
087
088

Installing NetBeans on the Laptop

090
091
092
093
094
095
096

Installation Folders

097
098
099

Setup Complete

100

First time viewing Netbeans on my Laptop

NetBeans seen from the Start Button

102

NetBeans seen from the Desktop

103

The Splash screen

104
105

The New Project button

107

After clicking the Next button

108

Changing Project Name

109

Changing Name to Create Main Class

110

First time seeing code

111

Adding the line of code

114

Compiling the Java Code

115
116

Run File

117
118

From Version 23


Back to the Top ?