From 4c20e1c6f153cc9cbcc911d1e700553fcee26f59 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Fri, 26 Jul 2019 14:24:18 -0400 Subject: [PATCH] Updated Programming Using Java (markdown) --- Programming-Using-Java.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Programming-Using-Java.md b/Programming-Using-Java.md index 6fee5ec..3d4e26f 100644 --- a/Programming-Using-Java.md +++ b/Programming-Using-Java.md @@ -26,4 +26,6 @@ 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. * Click [here](Android-Studio-Tutorial) to learn how to program with [Android Studio](Android-Studio-Tutorial). -**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. +**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 consider using the [Blocks tool](Blocks-Tutorial) to program your robot. + +If you are unsure which programming tool is best suited for your needs, please visit [this tutorial](Choosing-a-Programming-Tool) which summarizes the differences.