Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nishtahir/mektoryjava2

Course Page for Mektory Java 2 - Intermediate Java programming
https://github.com/nishtahir/mektoryjava2

Last synced: 23 days ago
JSON representation

Course Page for Mektory Java 2 - Intermediate Java programming

Awesome Lists containing this project

README

        

# Mektory Java 2
Hi,

This is the course homepage for Mektory Java 2 - Intermediate Java programming.

Take a look at the wiki (via the little book icon on sidebar to the right/on in the tabs on the top if you have the new UI) for posts with content and tutorials to help you follow along with the course or catch up on something you missed.

*Java Source attacher*
https://marketplace.eclipse.org/content/java-source-attacher

##Contents

- [Module 1] (https://github.com/nishtahir/MektoryJava2/tree/master/Module1)
- Introductory exercise
- Debugging
- Unit testing

- [Module 2] (https://github.com/nishtahir/MektoryJava2/tree/master/Module2)
- Introduction to Swing
- Inheritance and polymorphism
- Using external libs

- [Module 3] (https://github.com/nishtahir/MektoryJava2/tree/master/Module3)
- More dynamic Swing layouts
- Regular expressions
- The builder pattern
- Singletons

- [Module 4] (https://github.com/nishtahir/MektoryJava2/tree/master/Module4)
- Maven

## Important keyboard shortcuts

General short cuts that work everywhere on your operating system

####Undo
CTRL + Z (Windows/Linux)
CMD + Z (Mac)

####Redo
CTRL + Y (Windows/Linux)
CMD + Shift + Z (Mac)

####Cut
CTRL + X (Windows/Linux)
CMD + X (Mac)

####Copy
CTRL + C (Windows/Linux)
CMD + C (Mac)

####Paste
CTRL + V (Windows/Linux)
CMD + V (Mac)

These shortcuts work with the **Eclipse IDE**. They may require different combinations in other tools.

####Auto format code
CTRL + Shift + F (Windows/Linux)
CMD + Shift + F (Mac)

####Auto import
CTRL + Shift + O (Windows/Linux)
CMD + Shift + O (Mac)

####Quick comment
CTRL + / (Windows/Linux)
CMD + / (Mac)

####Refactor rename
ALT + Shift + R (Windows/Linux)
CMD + ALT + R (Mac)

#License
Copyright 2015 Nish Tahir

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.