It is very common for programs developed for the Unix platform to have its own configuration file. These configuration files are often called .XXXrc (e.g., .cambarc) and stored in the user's home directory. Furthermore, as more and more programs are ported from Unix to Windows, we are seeing an increase use of these configuration files on Windows platform. For ease of reference, in this article, these configuration files are referred to as RCFile. Any self-respecting User Interface program, like GenericFX, cannot afford to ignore these files and will try to integrate them into the User Interface. This article outline the strategy used in GenericFX to integrate these files. We used CamBAfx as an example, but the same principle applies to all programs. It is also important to note that alternative strategies can be developed and coexists side-by-side with this strategy.