From ade1d9d7ae3edda45ec4391cece580bc00986c58 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Fri, 26 Jul 2019 14:16:16 -0400 Subject: [PATCH] Updated Programming Using Java (markdown) --- Programming-Using-Java.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Programming-Using-Java.md b/Programming-Using-Java.md index 424420c..3a8d46a 100644 --- a/Programming-Using-Java.md +++ b/Programming-Using-Java.md @@ -2,7 +2,7 @@ The FTC Control System can be programmed using the Java programming language. T **Important Note:** Both Java programming tools require that the user have an in-depth understanding of the Java programming language. If you are not an advanced Java programmer, then FIRST recommends that you take a look at the [Blocks Tutorial](Blocks-Tutorial) and that you consider using the Blocks tool to program your robot. -1. [OnBot Java](OnBot-Java-Tutorial) - With the OnBot Java tool, a user can create, edit and build _op modes_ through a Chrome web browser. +1. **[OnBot Java](OnBot-Java-Tutorial)** - With the OnBot Java tool, a user can create, edit and build _op modes_ through a Chrome web browser. * Advantages - Easy to setup. - Only requires a Chrome browser to work (i.e., can be run on a Chromebook or a tablet). @@ -14,7 +14,7 @@ The FTC Control System can be programmed using the Java programming language. T - Not integrated with version control software (such as git). * Click [here](OnBot-Java-Tutorial) to learn how to program with the OnBot Java tool. -2. [Android Studio](Android-Studio-Tutorial) - Android Studio is the development tool that is recommended by Google to author Android apps. Android Studio can be used to create, edit and build _op modes_ for an FTC robot. However, Android Studio is only recommended for experienced programmers. Inexperienced programmers should use the [Blocks programming tool](Blocks-Tutorial) instead. +2. **[Android Studio](Android-Studio-Tutorial)** - Android Studio is the development tool that is recommended by Google to author Android apps. Android Studio can be used to create, edit and build _op modes_ for an FTC robot. However, Android Studio is only recommended for experienced programmers. Inexperienced programmers should use the [Blocks programming tool](Blocks-Tutorial) instead. * Advantages - It has a very powerful integrated development tool.