~yrke/tapaal/removeNetType

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/gui/FileNameCellRenderer.java

MergedĀ lp:~yrke/tapaal/testbranch-syntaxOnlyChanges

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
public class FileNameCellRenderer extends JLabel implements ListCellRenderer  {
11
11
        // Custom cell renderer for the file list to only display the name of the
12
 
        // file 
13
 
        // instead of the whole path.{
14
 
        private static final long serialVersionUID = 3071924451912979500L;
 
12
        // file instead of the whole path.{
15
13
        
16
14
        public Component getListCellRendererComponent(JList list, Object value,
17
15
                        int index, boolean isSelected, boolean cellHasFocus) {