1

Apps like AIME and "Java Programs" display java code with proper formatting, indentation, and coloring so the user can see actual java code in the app. How is this done?

Chris Sprague
  • 3,158
  • 33
  • 24

1 Answers1

0

Well you a proper Code Text Editor if you are Dos Programmer I use Notepad++ and you can use it to format your Java Code :) Otherwise you can use an IDE Like Netbeans

jamesmortensen
  • 33,636
  • 11
  • 99
  • 120
Umair Sajid
  • 77
  • 11
  • While I agree that Notepad++ is a great app for displaying .java files, I want to display them in an app rather than on my computer. – Chris Sprague Jul 19 '14 at 23:44
  • Then you can use Formatting depends on Language if You are using HTML then you could use CPPBrush I'd Share the Code if u like ... and for Java I just googled it for you [link](http://codereview.stackexchange.com/questions/21484/colorviewer-mini-app-for-viewing-colors-in-different-formats) – Umair Sajid Jul 20 '14 at 00:16