From 5662fd700a32a0101f1a14928c2c5379b5f4ede5 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Thu, 25 Jun 2020 02:01:11 +0000 Subject: [PATCH] Update 'README.md' Added quick blurb about the code in here --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c60b8d6..b7869ad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Java Examples -Java code examples \ No newline at end of file +In this repo I've added the source code for a GUI application I designed from scratch to interact with records in a DB2 database hosted on an IBM AS400. + +It is called "pickMaint" because the smallest unit of production at a typical textile mill is a "pick". At the time this was written there was an incentive pay program in place that paid out weekly bonuses to machine operators depending on their performance (measured in 1000s of picks per hour). + +This program eliminated the necessity of many tedious "green-screen" utilities on the AS400 mainframe; as a part of a suite of applications I created that reduced the labor for this weekly task from 10-15 hours per week to about 5 hours per week. + +The main class is ```Editor.java``` and also of interest is ```AS400Interface.java```. + +All of this code was written and documented by me. \ No newline at end of file