Update the list of dependent libraries
Update the list of dependent libraries in the about dialog. Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
This commit is contained in:
		
							parent
							
								
									16527a2862
								
							
						
					
					
						commit
						9639f707ee
					
				| @ -55,7 +55,10 @@ public class AboutDialog extends JDialog { | ||||
| 			"JFreeChart (http://www.jfree.org/jfreechart/)<br>" + | ||||
| 			"iText (http://www.itextpdf.com/)<br>" + | ||||
| 			"exp4j (http://projects.congrace.de/exp4j/index.html)<br>" + | ||||
| 			"JOGL (http://jogamp.org/jogl/www/)"; | ||||
| 			"JOGL (http://jogamp.org/jogl/www/)<br>" + | ||||
| 			"Guava (https://github.com/google/guava)<br>" + | ||||
| 			"Opencsv (http://opencsv.sourceforge.net/)<br>" + | ||||
| 			"Simple Logging Facade for Java (http://www.slf4j.org/)"; | ||||
| 	 | ||||
| 	public AboutDialog(JFrame parent) { | ||||
| 		super(parent, true); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user