Hey everybody,
i am writing a "database based" application. i organized my GUI with different frame- and panelobjects, which need database information (connection, uernames etc). is it possible, to define those information in an external files and just import these data (like in php)?
i tried a solution with an external class, but i don't like it. more work than use..
i hope you got my problem ;)
ty