Skip to content

Class project for Java OOP. Done as a group with two other people. So far, integrates the mechanism to generate code for and save to a file for the image, link, and table components.

Notifications You must be signed in to change notification settings

rla999/HTML5Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5Editor

Class project for Java OOP. Done as a group with two other people. So far, integrates the mechanism to generate code for and save to a file for the image, link, and table components.

Changelog:

v1.0 - Final product here to present to class.

    Fixed HTML output, added major CSS for styling.
    Integrated all components on to one form, no more buttons to launch separate windows.

v0.3 - 03/26/2019

  • Integrated the image component.
  • Integrated the table component.
  • v1 is almost ready, just need the link component to be supplied to me and integrated.
  • Main UI used to launch the other components is ready and the link button can be magically functional once I receive this component.
  • Replaced text fields for rows and columns in table editor with spinners to make the chance of user error drop dramatically if not completely!

v0.2 - 03/25/2019

  • Added the group member's image component -- unmodified. Not integrated yet into the main HTML5 editor app.

v0.1 - 03/25/2019

  • I am personally responsible for designing and coding the table component.
  • Two separate Java classes -- one for the main table dialog and second for the table editor which is a JFrame containing some JPanels including one with a JTable that lets the user visually fill in the table cells, much like in Excel.
  • The save button implentation in the table editor dialog is not yet functional. When it is, it should output the table data as an HTML string that is inserted into the main HTML textarea in the table dialog.

Does markdown work with markup? Haha, looking on to, it looks like we can.

About

Class project for Java OOP. Done as a group with two other people. So far, integrates the mechanism to generate code for and save to a file for the image, link, and table components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages