SlideShare a Scribd company logo
1 of 30
File
Edit
View
Navigate Debug
Run
Refactor
Source Profile
Team
Tools
Windows
Help
Working of Icons
• 1st Icon File Icon name
• New project (It is use to make a new project)
• New file (For creating new file in existing
project or outside)
• Open project (For opening existing project )
• Close project (for close the current project)
• Open file (Open file from pre-written)
• Open recent file (Open to recently closed file)
• Project group (Creating or selecting groups for adding
projects)
• Project properties(About the project properties i.e. words,
lines, memory.)
•Import project (It is use to import project)
Like this…..
• Export project (Save project in different directories)
• Save (Save current work for later use)
• Save as (Save current work in different file
formats)
• Save all (Ctrl+shift+S)
• Page setup (To set the page size and type)
• Print (To print out any file)
• Print to html (For save out in a html extension file
use this function.)
• Exit (Exit from file icon)
• 2nd Icon Edit Icon name
• Undo (Ctrl+z..Move Current to
previous format/text/change)
• Redo (Ctrl+y.. use undo command
& you go upward changes then use redo command)
• Cut (Ctrl+y.. Move text to other
place or line)
• Copy (Ctrl+y)
• Paste (Ctrl+y)
• Pasted formatted (writing format paste)
• Paste from history (Ctrl+shift+d)
• Delete (for delete)
• Select all
• Select Identifier (Select method or class name)
• Find Selection (Find in selected area)
• Find next (Find word in next line or area)
• Find previous (Search word in previous line)
• Find (Ctrl+f…Search word in all projects or
file)
• Replace (Ctrl+h..Change word with other
word )
• Find usage (alt+f7.. Find usage of project or file)
• Find in projects (Ctrl+shift+f..Search in projects)
• Replace in projects( Ctrl+ shift+ h for any changing)
• Start macro recording(macro is to record a series of
commands for playback at a later time)
• Stop macro recording (end recording)
• 3rd icon View (Icon name)
• Editors (source,history)
• Split (Create editor window more than 1)
(vertically,horizontally,clear)
• Code folds (Code folding allows collapsing and expanding certain
parts of the document)
• Ide logs (This function shows IDE usage & working details)
• Tool bars (file,clipboard,undo/redo,run,debug,performance,
Small toobars icons,reset toolbars,customiz)
• Show editor toolbars (This option used for hide/show editor
toolbar e.g. history, source, from main window)
• Show line numbers (This option shows line number with coding
area)
• Show non-printable characters (This option show/hide non-
printable characters)
• Show breadcrumbs(Use when the structure of the website follow
strict hierarchical structure of similar formatted content)
• Show diff sidebar (This function used for color changing)
• Show versioning table (It’s used for high colors in selected
text)
• Synchronize editor with views (For automatically view
current open file)
• Shoe only editor (ctrl+shift+enter)
• Full screen (alt+shift+enter)
• 4th Icon Navigate (Icon Name)
• Go to file (alt+shift+O…For opening & find location of file.)
• Go to type(ctrl+O..Find file with type)
• Go to symbol(Ctrl+alt+shift+O…Find symbol in file)
• Go to spring bean(alt+shift+B…Hyper linking of Java classes
and properties mentioned in Spring bean definitions, as well
as hyper linking to other Spring bean references)
• Go to test/tested class(Ctrl+alt+T…for test a desire class)
• Go to previous document(Using for opening recently closed
project/file)
• Go to source (Ctrl+shift+B.. Find source any selected class)
• Go to declaration (Ctrl+B)
• Go to super implementation(Ctrl+shift+P..To merge Eclipse
project with net beans use this command)
• Inspect (To look at carefully in order to find problems)
• Last edit location (Ctrl+Q)
• Back (Alt+left)
• Forward (Alt+right)
• Go to line (Ctrl+G)
• Toggle bookmark (Ctrl+shift+M..Save a file link in net beans
for easy access)
• Bookmark history popup next
(Ctrl+shift+period..Check next save links of files & projects.)
• Bookmark history pop up previous
(Ctrl+shift+comma..Check previous save
links of files & projects)
• Next error (Ctrl+period..To jump on next error in
file)
• Previous error (Ctrl+comma..To jump on
previous error in file)S
• Select in projects (Ctrl+shift+1..For select item in
projects use this command..)
• Select in files (Ctrl+shift+2)
• Select in previous (Ctrl+shift+3)
• 5th Icon Source (Icon name)
• Format(alt+shift+f) (This option for source format
settings)
• Remove trailing spaces(Remove spaces from line)
• Shift left (Alt+shift+Left..Shift word left side
with this.)
• Shift right (Alt+shift+right..)
• Move up (Alt+shift+up)
• Move down (Alt+shift+down)
• Move code element up(Alt+shift+page up)
• Move code element down(Alt+shift+page down)
• Duplicate up (Ctrl+shift+up)
• Duplicate down (Ctrl+shift+up)
• Toggle element (Ctrl+slash)
• Complete code (Ctrl+space)
• Insert code (Alt+insert)
• Remove surrounding code (Alt+backspace)
• Fix code (Alt+enter)
• Fix imports (Ctrl+shit+I)
• Organize imports (Organize download file)
• Organizer member(Organize program element)
• Show method parameters (Ctrl+P)
• Show documentation (Ctrl+shift+space)
• Make controller
• Insert next matching word (Ctrl+shift+K)
• Insert previous matching word (Ctrl+K)
• Inspect
• Scan for external changes
• 6th Icon Refactor Icon name
• Rename (Ctrl+R)
• Remove (Ctrl+M)
• Copy
• Safely delete (Alt+Delete)
• Inline
• Change method parameters
• Pull up
• Push down
• Extract interface
• Extract super class
• Use super type where possible
• Introduce
(variable,constant,field,parameter,method,local
extension)
• Make inner to outer level
• Convert anonymous to member
• Encapsulate fields
• Replace constructor with factory
• Replace constructor with builder
• Invert Boolean
• Inspect and transform
• 7th Icon Run Icon name
• Run project (F6)
• Test project (alt+F6)
• Build project (F11)
• Clean and build project (shift+F11)
• Set project configuration(Default,customize)
• Set main project
• Generate javadoc
• Run file (Shift+F6)
• Test file (Ctrl+F6)
• Compile file (F9)
• Check file (Alt+F9)
• Validate file (Alt+shift+F9)
• Repeat/build run (Ctrl+F11)
• Stop/build run
• 8th Icon Debug Icon name
• Debug project (ctrl+F5)
• Debug file (Ctrl+shift+F5)
• Debug test file (Ctrl+shift+F6)
• Attach debugger
• Finish debugger session (Shift+F5)
• Pause
• Continue (F5)
• Step over(F8)
• Step over expression(shift+F8)
• Step info(F7)
• Step info next method(Shift+F7)
• Step out(Ctrl+F7)
• Run to cursor(F4)
• Apply code changes
• Take GUI snapshot
• Set current thread
• Stack (make callee current Alt page up, make
caller current Alt page down, Pop top most call)
• Toggle line break point(Ctrl+F8)
• New break point(Ctrl+shift+F8)
• New Watch(Ctrl+shift+F7)
• Evaluate expression(Ctrl+F9)
• Check to dead lock
• 9th Icon Profile Icon name
• Profile project (Alt+F2)
• Profile file
• Profile test file
• Attach profiler
• Rerun profiling session(Ctrl+shift+F2)
• Stop profiling session(Alt+shift+F2)
• Reset profiling session(shift+F2)
• Run GC(Alt+shift+F2)
• Take snapshot of collected results(Ctrl+F2)
• Take heap dump
• Load snapshot
• Load IDE snapshot
• Load heap dump
• Compare snapshot
• Advance commands(run profiler calibration, view
command line arguments, display internal statistics)
• 10th Icon Team Icon name
• Shelve changes
• Git (Clone, Initialize Repository, Repository browser
• Mercurial (Initialize Repository, Clone other)
• Subversion (Checkout, Import into Repository)
• History (Show history, Revert deleted)
• Find task
• Report task
• Create build job
• 11th Icon Tools Icon name
• The first option is add to palette…..
• The next option is internationalization .four option is appeared in
this option
• 1:internationalize….
• 2:insert internationalize string….
• 3: internationalization wizard
• 4: internationalization test wizard
• The next option is Java Platform
•
• The next option is Net beans Platform
•
• The next option is Ant variables
•
• The next option is Ant Libraries
•
• The next option is servers
•
• The next option is Cloud providers
• The next option is Templates
•
• The next option is DTD’s and XML schemas
•
• The next option is Palette….. there are 2 options
• Swing/AWT components
• HTML/JSP code clips
• The next option is plug-ins….
•
• And the last one is Options. The new window will
appear, there are 6 options. The first one is
• 12th Icon Widows Icon name
•
• The first option is PROJECTS, for this the key is
• Ctrl+1
• The next option is FILES, for this the key is
• Ctrl+2
• The next option is FAVOUROTES, for this the key is
• Ctrl+3
• The next option is Services, for this the key is
• Ctrl+5
• The next option is ACTION ITEM, for this the key is
• Ctrl+6
• The next option is PALETTE, for this the key is
• Ctrl+Shift+F8
• The next option is PROPERTIES, for this the key is
• Ctrl+Shift+F7
• Versioning:
• The two options will appear. The first one is
• 1: Subversion
• 2: Me curious
• OTHER:
• 1: Three options will appear
• The first one is Exception Reporter
• 2: The next option is Java doc.
• 3: The next one is Analyze Stack.
• WEB:
• 1: Two options will appear
• The first one is Web Browser Ctrl+shift+W
• The first option is Documents, for this the shortcut
key is Shift+F4
• The next option is FAVOUROTES, for this the key is Ctrl+3
• The next option is Services, for this the key is Ctrl+5
• The next option is ACTION ITEM, for this the key is
• Ctrl+6
• The next option is PALETTE, for this the key is Ctrl+Shift+F8
• The next option is PROPERTIES, for this the key is
Ctrl+Shift+F7
•
• OUTPUT:
• The next option is Output, for this the key is Ctrl+4
• The next option is search result, for this the key is
Ctrl+Shift+O
• The next option is Find usage result, for this the key is
• Alt+Shift+U
• The next option is inspector windows.
• The next option is test result.
• The next option is Versioning Output
• The next option is Refactoring Preview.
• The next option is Analyzer.
• The next option is Terminal.
• Navigate:
• Two options will appear. The first one is
• Navigate for this the shortcut key is Ctrl+7
• The second option is Bookmark.
• EDITOR:
• Two use this command, the short key is Ctrl+O
• Configure Window:
• Four options will appear, the first one is
• 1: Minimize
• 2: Maximize
• 3: Float group
• 4: Dock, for this the shortcut key is Alt+Shift+D
• Reset Windows:
• The first option is Close window, for this the shortcut key is
Ctrl+W
• The first option is close all documents, for this the shortcut
key is Ctrl+shift+W
• The first option is Documents, for this the shortcut key is
Shift+F4
• 13th Icon Help Icon name
And the last option is help, for this the first
command is
• Help Contents
• Online support and Docs
• Keyboard shortcut cards
• Java doc index search, for this the shortcut key is
Shift+F7
• The next option is Check for Updates
• The next option is Start Page
• and the last option is about.
• ASSIGNMENT IS COMPLETE……!!!

More Related Content

Similar to Net beans

Mastering your Eclipse IDE - Java tooling, Tips & Tricks - EclipseCon Europe ...
Mastering your Eclipse IDE - Java tooling, Tips & Tricks - EclipseCon Europe ...Mastering your Eclipse IDE - Java tooling, Tips & Tricks - EclipseCon Europe ...
Mastering your Eclipse IDE - Java tooling, Tips & Tricks - EclipseCon Europe ...Noopur Gupta
 
The Ring programming language version 1.5.4 book - Part 7 of 185
The Ring programming language version 1.5.4 book - Part 7 of 185The Ring programming language version 1.5.4 book - Part 7 of 185
The Ring programming language version 1.5.4 book - Part 7 of 185Mahmoud Samir Fayed
 
The Ring programming language version 1.5.3 book - Part 7 of 184
The Ring programming language version 1.5.3 book - Part 7 of 184The Ring programming language version 1.5.3 book - Part 7 of 184
The Ring programming language version 1.5.3 book - Part 7 of 184Mahmoud Samir Fayed
 
The Ring programming language version 1.5.1 book - Part 6 of 180
The Ring programming language version 1.5.1 book - Part 6 of 180The Ring programming language version 1.5.1 book - Part 6 of 180
The Ring programming language version 1.5.1 book - Part 6 of 180Mahmoud Samir Fayed
 
Visual Studio Produktivität (Daniel Meixner)
Visual Studio Produktivität (Daniel Meixner)Visual Studio Produktivität (Daniel Meixner)
Visual Studio Produktivität (Daniel Meixner)Daniel Meixner
 
Embedded Systems: Lecture 11: Introduction to Git & GitHub (Part 2)
Embedded Systems: Lecture 11: Introduction to Git & GitHub (Part 2)Embedded Systems: Lecture 11: Introduction to Git & GitHub (Part 2)
Embedded Systems: Lecture 11: Introduction to Git & GitHub (Part 2)Ahmed El-Arabawy
 
Utilizing the open ntf domino api
Utilizing the open ntf domino apiUtilizing the open ntf domino api
Utilizing the open ntf domino apiOliver Busse
 
Working Effectively with Routine Tasks
Working Effectively with Routine TasksWorking Effectively with Routine Tasks
Working Effectively with Routine TasksIvan Katunou
 
Unleashing the Java Tooling in Eclipse IDE - Tips & Tricks!
Unleashing the Java Tooling in Eclipse IDE - Tips & Tricks!Unleashing the Java Tooling in Eclipse IDE - Tips & Tricks!
Unleashing the Java Tooling in Eclipse IDE - Tips & Tricks!Noopur Gupta
 
โปรแกรม Dreamweaver 8
โปรแกรม Dreamweaver 8โปรแกรม Dreamweaver 8
โปรแกรม Dreamweaver 8kruple
 
Utilizing the OpenNTF Domino API
Utilizing the OpenNTF Domino APIUtilizing the OpenNTF Domino API
Utilizing the OpenNTF Domino APIOliver Busse
 
C++ Windows Forms L03 - Controls P2
C++ Windows Forms L03 - Controls P2C++ Windows Forms L03 - Controls P2
C++ Windows Forms L03 - Controls P2Mohammad Shaker
 
Эффективная работа с рутинными задачами
Эффективная работа с рутинными задачамиЭффективная работа с рутинными задачами
Эффективная работа с рутинными задачамиCOMAQA.BY
 
The Ring programming language version 1.10 book - Part 7 of 212
The Ring programming language version 1.10 book - Part 7 of 212The Ring programming language version 1.10 book - Part 7 of 212
The Ring programming language version 1.10 book - Part 7 of 212Mahmoud Samir Fayed
 
Mastering your Eclipse IDE - Java tooling, Tips & Tricks!
Mastering your Eclipse IDE - Java tooling, Tips & Tricks!Mastering your Eclipse IDE - Java tooling, Tips & Tricks!
Mastering your Eclipse IDE - Java tooling, Tips & Tricks!Noopur Gupta
 
Kotlin for android 2019
Kotlin for android 2019Kotlin for android 2019
Kotlin for android 2019Shady Selim
 
Plone 5.2 migration at University Ghent, Belgium
Plone 5.2 migration at University Ghent, BelgiumPlone 5.2 migration at University Ghent, Belgium
Plone 5.2 migration at University Ghent, BelgiumAndreas Jung
 

Similar to Net beans (20)

Mastering your Eclipse IDE - Java tooling, Tips & Tricks - EclipseCon Europe ...
Mastering your Eclipse IDE - Java tooling, Tips & Tricks - EclipseCon Europe ...Mastering your Eclipse IDE - Java tooling, Tips & Tricks - EclipseCon Europe ...
Mastering your Eclipse IDE - Java tooling, Tips & Tricks - EclipseCon Europe ...
 
The Ring programming language version 1.5.4 book - Part 7 of 185
The Ring programming language version 1.5.4 book - Part 7 of 185The Ring programming language version 1.5.4 book - Part 7 of 185
The Ring programming language version 1.5.4 book - Part 7 of 185
 
The Ring programming language version 1.5.3 book - Part 7 of 184
The Ring programming language version 1.5.3 book - Part 7 of 184The Ring programming language version 1.5.3 book - Part 7 of 184
The Ring programming language version 1.5.3 book - Part 7 of 184
 
The Ring programming language version 1.5.1 book - Part 6 of 180
The Ring programming language version 1.5.1 book - Part 6 of 180The Ring programming language version 1.5.1 book - Part 6 of 180
The Ring programming language version 1.5.1 book - Part 6 of 180
 
Visual Studio Produktivität (Daniel Meixner)
Visual Studio Produktivität (Daniel Meixner)Visual Studio Produktivität (Daniel Meixner)
Visual Studio Produktivität (Daniel Meixner)
 
Embedded Systems: Lecture 11: Introduction to Git & GitHub (Part 2)
Embedded Systems: Lecture 11: Introduction to Git & GitHub (Part 2)Embedded Systems: Lecture 11: Introduction to Git & GitHub (Part 2)
Embedded Systems: Lecture 11: Introduction to Git & GitHub (Part 2)
 
Unit-4 PPTs.pptx
Unit-4 PPTs.pptxUnit-4 PPTs.pptx
Unit-4 PPTs.pptx
 
Lunch 'n Learn - Windows: handy shortcuts and file handling
Lunch 'n Learn - Windows: handy shortcuts and file handlingLunch 'n Learn - Windows: handy shortcuts and file handling
Lunch 'n Learn - Windows: handy shortcuts and file handling
 
Utilizing the open ntf domino api
Utilizing the open ntf domino apiUtilizing the open ntf domino api
Utilizing the open ntf domino api
 
Working Effectively with Routine Tasks
Working Effectively with Routine TasksWorking Effectively with Routine Tasks
Working Effectively with Routine Tasks
 
Unleashing the Java Tooling in Eclipse IDE - Tips & Tricks!
Unleashing the Java Tooling in Eclipse IDE - Tips & Tricks!Unleashing the Java Tooling in Eclipse IDE - Tips & Tricks!
Unleashing the Java Tooling in Eclipse IDE - Tips & Tricks!
 
โปรแกรม Dreamweaver 8
โปรแกรม Dreamweaver 8โปรแกรม Dreamweaver 8
โปรแกรม Dreamweaver 8
 
Utilizing the OpenNTF Domino API
Utilizing the OpenNTF Domino APIUtilizing the OpenNTF Domino API
Utilizing the OpenNTF Domino API
 
C++ Windows Forms L03 - Controls P2
C++ Windows Forms L03 - Controls P2C++ Windows Forms L03 - Controls P2
C++ Windows Forms L03 - Controls P2
 
Эффективная работа с рутинными задачами
Эффективная работа с рутинными задачамиЭффективная работа с рутинными задачами
Эффективная работа с рутинными задачами
 
The Ring programming language version 1.10 book - Part 7 of 212
The Ring programming language version 1.10 book - Part 7 of 212The Ring programming language version 1.10 book - Part 7 of 212
The Ring programming language version 1.10 book - Part 7 of 212
 
Mastering your Eclipse IDE - Java tooling, Tips & Tricks!
Mastering your Eclipse IDE - Java tooling, Tips & Tricks!Mastering your Eclipse IDE - Java tooling, Tips & Tricks!
Mastering your Eclipse IDE - Java tooling, Tips & Tricks!
 
Kotlin for android 2019
Kotlin for android 2019Kotlin for android 2019
Kotlin for android 2019
 
JS Essence
JS EssenceJS Essence
JS Essence
 
Plone 5.2 migration at University Ghent, Belgium
Plone 5.2 migration at University Ghent, BelgiumPlone 5.2 migration at University Ghent, Belgium
Plone 5.2 migration at University Ghent, Belgium
 

Recently uploaded

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 

Recently uploaded (20)

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 

Net beans

  • 1.
  • 3. Working of Icons • 1st Icon File Icon name • New project (It is use to make a new project) • New file (For creating new file in existing project or outside) • Open project (For opening existing project ) • Close project (for close the current project) • Open file (Open file from pre-written) • Open recent file (Open to recently closed file) • Project group (Creating or selecting groups for adding projects) • Project properties(About the project properties i.e. words, lines, memory.)
  • 4. •Import project (It is use to import project) Like this…..
  • 5. • Export project (Save project in different directories) • Save (Save current work for later use) • Save as (Save current work in different file formats) • Save all (Ctrl+shift+S) • Page setup (To set the page size and type) • Print (To print out any file) • Print to html (For save out in a html extension file use this function.) • Exit (Exit from file icon)
  • 6. • 2nd Icon Edit Icon name • Undo (Ctrl+z..Move Current to previous format/text/change) • Redo (Ctrl+y.. use undo command & you go upward changes then use redo command) • Cut (Ctrl+y.. Move text to other place or line) • Copy (Ctrl+y) • Paste (Ctrl+y) • Pasted formatted (writing format paste) • Paste from history (Ctrl+shift+d) • Delete (for delete) • Select all • Select Identifier (Select method or class name)
  • 7. • Find Selection (Find in selected area) • Find next (Find word in next line or area) • Find previous (Search word in previous line) • Find (Ctrl+f…Search word in all projects or file) • Replace (Ctrl+h..Change word with other word ) • Find usage (alt+f7.. Find usage of project or file) • Find in projects (Ctrl+shift+f..Search in projects) • Replace in projects( Ctrl+ shift+ h for any changing) • Start macro recording(macro is to record a series of commands for playback at a later time) • Stop macro recording (end recording)
  • 8. • 3rd icon View (Icon name) • Editors (source,history) • Split (Create editor window more than 1) (vertically,horizontally,clear) • Code folds (Code folding allows collapsing and expanding certain parts of the document) • Ide logs (This function shows IDE usage & working details) • Tool bars (file,clipboard,undo/redo,run,debug,performance, Small toobars icons,reset toolbars,customiz) • Show editor toolbars (This option used for hide/show editor toolbar e.g. history, source, from main window) • Show line numbers (This option shows line number with coding area) • Show non-printable characters (This option show/hide non- printable characters) • Show breadcrumbs(Use when the structure of the website follow strict hierarchical structure of similar formatted content) • Show diff sidebar (This function used for color changing)
  • 9. • Show versioning table (It’s used for high colors in selected text) • Synchronize editor with views (For automatically view current open file) • Shoe only editor (ctrl+shift+enter) • Full screen (alt+shift+enter) • 4th Icon Navigate (Icon Name) • Go to file (alt+shift+O…For opening & find location of file.) • Go to type(ctrl+O..Find file with type) • Go to symbol(Ctrl+alt+shift+O…Find symbol in file) • Go to spring bean(alt+shift+B…Hyper linking of Java classes and properties mentioned in Spring bean definitions, as well as hyper linking to other Spring bean references) • Go to test/tested class(Ctrl+alt+T…for test a desire class)
  • 10. • Go to previous document(Using for opening recently closed project/file) • Go to source (Ctrl+shift+B.. Find source any selected class) • Go to declaration (Ctrl+B) • Go to super implementation(Ctrl+shift+P..To merge Eclipse project with net beans use this command) • Inspect (To look at carefully in order to find problems) • Last edit location (Ctrl+Q) • Back (Alt+left) • Forward (Alt+right) • Go to line (Ctrl+G) • Toggle bookmark (Ctrl+shift+M..Save a file link in net beans for easy access) • Bookmark history popup next (Ctrl+shift+period..Check next save links of files & projects.)
  • 11. • Bookmark history pop up previous (Ctrl+shift+comma..Check previous save links of files & projects) • Next error (Ctrl+period..To jump on next error in file) • Previous error (Ctrl+comma..To jump on previous error in file)S • Select in projects (Ctrl+shift+1..For select item in projects use this command..) • Select in files (Ctrl+shift+2) • Select in previous (Ctrl+shift+3) • 5th Icon Source (Icon name) • Format(alt+shift+f) (This option for source format settings) • Remove trailing spaces(Remove spaces from line)
  • 12. • Shift left (Alt+shift+Left..Shift word left side with this.) • Shift right (Alt+shift+right..) • Move up (Alt+shift+up) • Move down (Alt+shift+down) • Move code element up(Alt+shift+page up) • Move code element down(Alt+shift+page down) • Duplicate up (Ctrl+shift+up) • Duplicate down (Ctrl+shift+up) • Toggle element (Ctrl+slash) • Complete code (Ctrl+space) • Insert code (Alt+insert)
  • 13. • Remove surrounding code (Alt+backspace) • Fix code (Alt+enter) • Fix imports (Ctrl+shit+I) • Organize imports (Organize download file) • Organizer member(Organize program element) • Show method parameters (Ctrl+P) • Show documentation (Ctrl+shift+space) • Make controller • Insert next matching word (Ctrl+shift+K) • Insert previous matching word (Ctrl+K) • Inspect • Scan for external changes
  • 14. • 6th Icon Refactor Icon name • Rename (Ctrl+R) • Remove (Ctrl+M) • Copy • Safely delete (Alt+Delete) • Inline • Change method parameters • Pull up • Push down • Extract interface • Extract super class
  • 15. • Use super type where possible • Introduce (variable,constant,field,parameter,method,local extension) • Make inner to outer level • Convert anonymous to member • Encapsulate fields • Replace constructor with factory • Replace constructor with builder • Invert Boolean • Inspect and transform
  • 16. • 7th Icon Run Icon name • Run project (F6) • Test project (alt+F6) • Build project (F11) • Clean and build project (shift+F11) • Set project configuration(Default,customize) • Set main project • Generate javadoc • Run file (Shift+F6) • Test file (Ctrl+F6) • Compile file (F9)
  • 17. • Check file (Alt+F9) • Validate file (Alt+shift+F9) • Repeat/build run (Ctrl+F11) • Stop/build run • 8th Icon Debug Icon name • Debug project (ctrl+F5) • Debug file (Ctrl+shift+F5) • Debug test file (Ctrl+shift+F6) • Attach debugger • Finish debugger session (Shift+F5) • Pause • Continue (F5)
  • 18. • Step over(F8) • Step over expression(shift+F8) • Step info(F7) • Step info next method(Shift+F7) • Step out(Ctrl+F7) • Run to cursor(F4) • Apply code changes • Take GUI snapshot • Set current thread • Stack (make callee current Alt page up, make caller current Alt page down, Pop top most call)
  • 19. • Toggle line break point(Ctrl+F8) • New break point(Ctrl+shift+F8) • New Watch(Ctrl+shift+F7) • Evaluate expression(Ctrl+F9) • Check to dead lock • 9th Icon Profile Icon name • Profile project (Alt+F2) • Profile file • Profile test file • Attach profiler • Rerun profiling session(Ctrl+shift+F2)
  • 20. • Stop profiling session(Alt+shift+F2) • Reset profiling session(shift+F2) • Run GC(Alt+shift+F2) • Take snapshot of collected results(Ctrl+F2) • Take heap dump • Load snapshot • Load IDE snapshot • Load heap dump • Compare snapshot • Advance commands(run profiler calibration, view command line arguments, display internal statistics)
  • 21. • 10th Icon Team Icon name • Shelve changes • Git (Clone, Initialize Repository, Repository browser • Mercurial (Initialize Repository, Clone other) • Subversion (Checkout, Import into Repository) • History (Show history, Revert deleted) • Find task • Report task • Create build job • 11th Icon Tools Icon name
  • 22. • The first option is add to palette….. • The next option is internationalization .four option is appeared in this option • 1:internationalize…. • 2:insert internationalize string…. • 3: internationalization wizard • 4: internationalization test wizard • The next option is Java Platform • • The next option is Net beans Platform • • The next option is Ant variables • • The next option is Ant Libraries • • The next option is servers • • The next option is Cloud providers
  • 23. • The next option is Templates • • The next option is DTD’s and XML schemas • • The next option is Palette….. there are 2 options • Swing/AWT components • HTML/JSP code clips • The next option is plug-ins…. • • And the last one is Options. The new window will appear, there are 6 options. The first one is
  • 24. • 12th Icon Widows Icon name • • The first option is PROJECTS, for this the key is • Ctrl+1 • The next option is FILES, for this the key is • Ctrl+2 • The next option is FAVOUROTES, for this the key is • Ctrl+3 • The next option is Services, for this the key is • Ctrl+5 • The next option is ACTION ITEM, for this the key is • Ctrl+6 • The next option is PALETTE, for this the key is • Ctrl+Shift+F8 • The next option is PROPERTIES, for this the key is • Ctrl+Shift+F7
  • 25. • Versioning: • The two options will appear. The first one is • 1: Subversion • 2: Me curious • OTHER: • 1: Three options will appear • The first one is Exception Reporter • 2: The next option is Java doc. • 3: The next one is Analyze Stack. • WEB: • 1: Two options will appear • The first one is Web Browser Ctrl+shift+W • The first option is Documents, for this the shortcut key is Shift+F4
  • 26. • The next option is FAVOUROTES, for this the key is Ctrl+3 • The next option is Services, for this the key is Ctrl+5 • The next option is ACTION ITEM, for this the key is • Ctrl+6 • The next option is PALETTE, for this the key is Ctrl+Shift+F8 • The next option is PROPERTIES, for this the key is Ctrl+Shift+F7 • • OUTPUT: • The next option is Output, for this the key is Ctrl+4 • The next option is search result, for this the key is Ctrl+Shift+O • The next option is Find usage result, for this the key is • Alt+Shift+U
  • 27. • The next option is inspector windows. • The next option is test result. • The next option is Versioning Output • The next option is Refactoring Preview. • The next option is Analyzer. • The next option is Terminal. • Navigate: • Two options will appear. The first one is • Navigate for this the shortcut key is Ctrl+7 • The second option is Bookmark.
  • 28. • EDITOR: • Two use this command, the short key is Ctrl+O • Configure Window: • Four options will appear, the first one is • 1: Minimize • 2: Maximize • 3: Float group • 4: Dock, for this the shortcut key is Alt+Shift+D • Reset Windows: • The first option is Close window, for this the shortcut key is Ctrl+W • The first option is close all documents, for this the shortcut key is Ctrl+shift+W • The first option is Documents, for this the shortcut key is Shift+F4
  • 29. • 13th Icon Help Icon name And the last option is help, for this the first command is • Help Contents • Online support and Docs • Keyboard shortcut cards
  • 30. • Java doc index search, for this the shortcut key is Shift+F7 • The next option is Check for Updates • The next option is Start Page • and the last option is about. • ASSIGNMENT IS COMPLETE……!!!