Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nishtahir/mektoryjava2
- Owner: nishtahir
- License: apache-2.0
- Created: 2015-10-07T19:56:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T16:06:55.000Z (about 9 years ago)
- Last Synced: 2024-04-16T12:46:49.572Z (9 months ago)
- Language: Java
- Size: 920 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 TahirLicensed 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 athttp://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.