From 4e26c0232e3ae052ba6abc8c0efb88715686df97 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Fri, 26 Jul 2019 14:16:47 -0400 Subject: [PATCH] Updated Programming Using Java (markdown) --- Programming-Using-Java.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Programming-Using-Java.md b/Programming-Using-Java.md index 3a8d46a..b3d1eac 100644 --- a/Programming-Using-Java.md +++ b/Programming-Using-Java.md @@ -1,6 +1,4 @@ -The FTC Control System can be programmed using the Java programming language. There are two different programming tools that are available for programming the Control System in Java. - -**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. +The FTC Control System can be programmed using the Java programming language. There are two different programming tools that are available for FTC Teams. 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 @@ -28,3 +26,4 @@ The FTC Control System can be programmed using the Java programming language. T - Can be very difficult for a novice to install, configure and maintain. * If you are an advanced programmer, then click [here](Android-Studio-Tutorial) to learn how to program with Android Studio. +**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.