forked from AkshayAgarwal007/Jekyll-Mono
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2008-03-18-aglets-gui.html
21 lines (16 loc) · 3.13 KB
/
2008-03-18-aglets-gui.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: post
title: The Aglets GUI
date: '2008-03-18T23:36:00.000+01:00'
author: Luca Ferrari
tags:
- aglets
- java
modified_time: '2008-12-12T08:24:45.552+01:00'
thumbnail: http://4.bp.blogspot.com/_yhEX77VFKnM/R-BEmMaZygI/AAAAAAAAACs/SHJJYBcfIiM/s72-c/start.jpg
blogger_id: tag:blogger.com,1999:blog-1836481905487384887.post-2048827850917681646
blogger_orig_url: http://fluca1978.blogspot.com/2008/03/aglets-gui.html
permalink: /:year/:month/:day/:title.html
---
<h1>~</h1>
At the end of the last year I finished committing a set of changes to the Aglets GUI (to be precise the Tahiti GUI) so that it is now more reach, supports Swing (the original 2.0.2 was written in AWT). The followings are a few screenshots I took on my laptop.<br /><br />The dialog for the login is now more funny!<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_yhEX77VFKnM/R-BEmMaZygI/AAAAAAAAACs/SHJJYBcfIiM/s1600-h/start.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_yhEX77VFKnM/R-BEmMaZygI/AAAAAAAAACs/SHJJYBcfIiM/s320/start.jpg" alt="" id="BLOGGER_PHOTO_ID_5179214994433755650" border="0" /></a><br />The main window provides now more information to the user, like the number of active threads in the pool and the memory situation. The list of the agent now appears different depending on the state of the agent (running, active, suspended, ...).<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_yhEX77VFKnM/R-BE-MaZyhI/AAAAAAAAAC0/NKlEFBph_yQ/s1600-h/mainwindow.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 454px; height: 204px;" src="http://4.bp.blogspot.com/_yhEX77VFKnM/R-BE-MaZyhI/AAAAAAAAAC0/NKlEFBph_yQ/s320/mainwindow.jpg" alt="" id="BLOGGER_PHOTO_ID_5179215406750616082" border="0" /></a><br /><br />Just a refactoring of the create dialog and of the security one....<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_yhEX77VFKnM/R-BFecaZyiI/AAAAAAAAAC8/Nh1BQ0GtlR4/s1600-h/create.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_yhEX77VFKnM/R-BFecaZyiI/AAAAAAAAAC8/Nh1BQ0GtlR4/s320/create.jpg" alt="" id="BLOGGER_PHOTO_ID_5179215960801397282" border="0" /></a><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_yhEX77VFKnM/R-BF1MaZyjI/AAAAAAAAADE/-st-8bQVzSs/s1600-h/security.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 419px; height: 125px;" src="http://4.bp.blogspot.com/_yhEX77VFKnM/R-BF1MaZyjI/AAAAAAAAADE/-st-8bQVzSs/s320/security.jpg" alt="" id="BLOGGER_PHOTO_ID_5179216351643421234" border="0" /></a><br />Other windows and widget have been adapted similarly. Some of them have been enhanced, while others have been simplified removing no more necessary options (for instance the settings of the preferences dialog). I hope the new GUI will be merged in the trunk as soon as possible.