swing - Best way to view/edit a property file in Java GUI? -


i trying create gui tool edit few property files, each property file contains large amount of lines. what's best swing controls in java should use in order load these property files.

thanks,

you present editable jtable 2 columns, 1 property key, 1 property value


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -