= Issue 311 == Short Description Should the free space indicator be flipped around? == Long Description "I just came to think about how the free space indicator looks, and I think that it is turned around compared to what's normal. Normally I would think of the bar being the amount of space used on the drive, since it would then ""fill up"" the bar when you fill up the drive. Is this just me? Also, it would be cool if the bar gradually changed color, when more space was used on the drive, so it would have an orange color at, say, 90% used, and a red color when it's more than 95% used." == Feature Description % BASE muCommander は,ウィンドウ下部に表示されるステータスバーの右端に, ディスクの残り容量を表示する機能を持っています. 残量が一定より少なくなるとオレンジなどの色に, さらに容量が少なくなると赤などの色に変化します. % CORE この機能に対して,ディスクの残り容量に合わせて表示色を徐々に変えるという機能を追加しました. 残り容量が少なくなるにしたがって,少しずつ赤色に変わっていくという形で表示を行います. % TASK この機能追加によって追加あるいは修正されたすべてのメソッドを特定してください. クラス宣言そのものに対する修正,インタフェースにおけるメソッド宣言(本体を持たないもの), クラスの static 初期化子は含みません. == Gold Set com.mucommander.ui.main.StatusBar.VolumeSpaceLabel.interpolateColor(Color,Color,float) com.mucommander.ui.main.StatusBar.VolumeSpaceLabel.paint(Graphics)