This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179171

Summary: FileBrowser should have a public getter for the file's currDirName
Product: javame Reporter: beezer
Component: Visual DesignerAssignee: Karol Harezlak <kharezlak>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description beezer 2010-01-04 00:45:39 UTC
Unless i am mistaken it the component on the Displayables part of the pallette (in flow view) has currently no capability of displaying the directory name currently selected.
By adding a public getter as such:

public String getCurrDirName() {
        return currDirName;
}

the functionality of the FileBrowser could be enhanced to provide the currently selected directory.