|
From: DeWeese, J. <jde...@ba...> - 2002-02-19 16:16:00
|
I think we need to set up cvs soon. Creighton and I have proved that the general concept of what we want is possible, now I think we need to start restructuring the code we have so that we can code indepenently without stepping on each others code. He is a basic plan. 1.) We put the jedit_syntax in a jar file called jedit_syntax.jar, that way we can swap in thier updated code into our project easily. 2.) We put all of our code into a package called dynHTML.jar 3.) We restructure the classes... WrapperApp becomes dynHTML WrapperAppFrame becomes dynHTMLFrame with some changes ... All the editor code is put into a class called dynTextEditor All the browser code is put into a class called dynGuiEditor WrapperAppFrame_AboutBoxPanel1 becomes dynHTMLFrame_AboutBox I know there is design docs with a layout, but we need to grow into it, this would be something simple that we could continue the learning phase of our development with. I is going to get hard to continue to e-mail code back and forth, we will start to confuse versions of code. |